Subfolders Property

 Object: Folder
 Syntax: Subfolders ()
 Returns: A collection of Folder objects
 Description: This property returns a collection of Folder objects. The collection is determined by the SearchWildCard property.

You can use the collection of Folder objects to perform many other folder-specific operations.

You can also use the subfolder collection to recursively walk a complete directory tree. See the example in the .\Samples\FileManagerSamples directory.

 

Previous Page Next Page