IFileSystemEntryFinder Interface
NuGet: GHIElectronics.TinyCLR.IO
Assembly: GHIElectronics.TinyCLR.IO
Namespace: GHIElectronics.TinyCLR.IO
Iterates over the entries returned by a drive provider's search.
public interface IFileSystemEntryFinder
Methods
GetNext()
FileSystemEntry GetNext()
Returns the next entry, or null when there are no more.
Returns FileSystemEntry
Close()
void Close()
Closes the finder and releases its resources.