FileEnumerator Class
NuGet: GHIElectronics.TinyCLR.IO
Assembly: GHIElectronics.TinyCLR.IO
Namespace: System.IO
Provides an enumerable over the entries of a directory.
public class FileEnumerator : IEnumerable
Constructors
FileEnumerator(string path, FileEnumFlags flags)
public FileEnumerator(string path, FileEnumFlags flags)
Creates an enumerable over the entries matching the given flags under the path.