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