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

Return Value

List of files within the directory.

Implements

IFile..::.ListFiles()()()

See Also