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