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

Search Results for

    Method Parse

    Parse(ReadOnlySpan<char>, PathOptions)

    Parses an absolute or relative file path using the specified options and the current platform's format.

    Declaration
    public static IFilePath Parse(ReadOnlySpan<char> path, PathOptions options = PathOptions.NoUnfriendlyNames)
    Parameters
    Type Name Description
    ReadOnlySpan<char> path

    A file path.

    PathOptions options

    Specifies the path parsing options.

    Returns
    Type Description
    IFilePath

    Parse(ReadOnlySpan<char>, PathFormat, PathOptions)

    Parses an absolute or relative file path using the specified format and options.

    Declaration
    public static IFilePath Parse(ReadOnlySpan<char> path, PathFormat format, PathOptions options = PathOptions.NoUnfriendlyNames)
    Parameters
    Type Name Description
    ReadOnlySpan<char> path

    A file path.

    PathFormat format

    The path's format.

    PathOptions options

    Specifies the path parsing options.

    Returns
    Type Description
    IFilePath
    © Singulink. All rights reserved.