Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: IEnumerable<DirectoryInfo> GetDirectories()

Declaration

public IEnumerable<DirectoryInfo> GetDirectories()

Summary

Enumerates all directories (not files) 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.