Support
Joined: 18 Jul 2005 Posts: 731
|
Posted: Sat Jul 30, 2005 11:58 am Post subject: HOWTO : Determine if a node belongs to the filesystem. |
|
|
You should use the Attributes property of TreeNode.
If node1.Attributes(FileSystem) And FileSystem then msgbox "Folder" else msgbox "File" |
|