File System File System
File System File System
DocFX + Singulink = ♥

Search Results for

    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
    Type Name Description
    SearchOptions options
    Returns
    Type Description
    IEnumerable<IAbsoluteFilePath>

    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
    Type Name Description
    string searchPattern
    SearchOptions options
    Returns
    Type Description
    IEnumerable<IAbsoluteFilePath>
    © Singulink. All rights reserved.