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

Search Results for

    Method IFilePath.WithExtension

    IFilePath.WithExtension(string?, PathOptions)

    Adds a new extension or changes the existing extension of the file.

    Declaration
    IFilePath IFilePath.WithExtension(string? newExtension, PathOptions options)
    Parameters
    Type Name Description
    string newExtension

    The new extension that should be applied to the file.

    PathOptions options

    The options to apply when parsing the new file name. The rest of the path is not reparsed.

    Returns
    Type Description
    IFilePath
    Implements
    IFilePath.WithExtension(string?, PathOptions)
    © Singulink. All rights reserved.