Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: IEnumerable<FileSystemInfo> GetEntries()

Declaration

public IEnumerable<FileSystemInfo> GetEntries()

Summary

Enumerates all files and directories according to the paths that were added using PathManager.AddIncludePath(string) and PathManager.AddExcludePath(string). If any paths cannot be enumerated, they are added to the PathManager.FailedFiles list, which is cleared before enumeration begins.