LocalItem.GetFiles Method
Namespace: Rebex.IO
Assembly: Rebex.Common.dll (version 7.0.9083)
GetFiles()
Gets the list of file items in a directory represented by this object. Fails if this object is not a directory.
Declaration
public LocalItem[] GetFiles()
Returns
Type | Description |
---|---|
LocalItem[] | List of file items. |
Remarks
This is only valid for directories.