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#
public IFile[] ListTree()
Visual Basic (Declaration)
Public Function ListTree As IFile()
Visual C++
public:
virtual array<IFile^>^ ListTree() sealed

Return Value

List of files within the tree.

Implements

IFile..::.ListTree()()()

See Also