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