ListTree Method

MCManager API

Lists a tree of files within a directory.

Namespace:  Moxiecode.Manager.FileSystems
Assembly:  MCManager (in MCManager.dll) Version: 1.0.0.0

Syntax

C#
IFile[] ListTree()
Visual Basic (Declaration)
Function ListTree As IFile()
Visual C++
array<IFile^>^ ListTree()

Return Value

List of files within the tree.

See Also