Child Property
Description
Gets a sub-folder of the current folder.
Property type
Read-only property
Syntax
Visual Basic
Public Property Child( _
   ByVal Index As Long _
) As SysTreeNode
Parameters
Index
The index (1-based) represents the child level of the folder.
See Also