FileEnum Class
Namespace: System.IO · Assembly: GHIElectronics.TinyCLR.IO
No description available.
public class FileEnum : IEnumerator, IDisposable
Constructors
FileEnum(string path, FileEnumFlags flags)
public FileEnum(string path, FileEnumFlags flags)
No description available.
| Parameter | Type | Description |
|---|---|---|
path | string | |
flags | FileEnumFlags |
Methods
MoveNext()
public bool MoveNext()
Advances the enumerator to the next element of the collection. (inherited)
Returns bool
Reset()
public void Reset()
Sets the enumerator to its initial position, which is before the first element in the collection. (inherited)