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

Search Results for

    Class FilePath

    Contains methods for parsing file paths and working with special files.

    Inheritance
    object
    FilePath
    Namespace: Singulink.IO
    Assembly: Singulink.IO.FileSystem.dll
    Syntax
    public static class FilePath

    Methods

    Name Description
    CreateTempFile()

    Creates a new uniquely named zero-byte temporary file.

    GetAssemblyLocation(Assembly)

    Gets the file path to the specified assembly.

    Parse(ReadOnlySpan<char>, PathFormat, PathOptions)

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

    Parse(ReadOnlySpan<char>, PathOptions)

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

    ParseAbsolute(ReadOnlySpan<char>, PathFormat, PathOptions)

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

    ParseAbsolute(ReadOnlySpan<char>, PathOptions)

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

    ParseRelative(ReadOnlySpan<char>, PathFormat, PathOptions)

    Parses a relative file path using the specified format and options.

    ParseRelative(ReadOnlySpan<char>, PathOptions)

    Parses a relative file path using the specified options and the current platform's format.

    © Singulink. All rights reserved.