Method GetChildDirectories
GetChildDirectories(SearchOptions?)
Gets the child directories that reside in this directory and match the specified search options.
Declaration
IEnumerable<IAbsoluteDirectoryPath> GetChildDirectories(SearchOptions? options = null)
Parameters
Returns
GetChildDirectories(string, SearchOptions?)
Gets the child directories that reside in this directory and match the specified search pattern and search options.
Declaration
IEnumerable<IAbsoluteDirectoryPath> GetChildDirectories(string searchPattern, SearchOptions? options = null)
Parameters
Returns