ListFiles Method

MCManager API

List files in the specified directory.

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

Syntax

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

Return Value

List of files within the directory.

See Also