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

Search Results for

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

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