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

Search Results for

    Interface IRelativeFilePath

    Represents a relative path to a file.

    Inherited Members
    IRelativePath.IPath.ParentDirectory
    IFilePath.NameWithoutExtension
    IFilePath.Extension
    IPath.op_Equality(IPath, IPath)
    IPath.op_Inequality(IPath, IPath)
    IPath.Name
    IPath.PathDisplay
    IPath.PathFormat
    IPath.HasParentDirectory
    IPath.IsRooted
    IPath.Equals(IPath)
    IPath.ToString()
    Namespace: Singulink.IO
    Assembly: Singulink.IO.FileSystem.dll
    Syntax
    public interface IRelativeFilePath : IRelativePath, IFilePath, IPath, IEquatable<IPath?>

    Properties

    Name Description
    ParentDirectory

    Gets the file's parent directory.

    Methods

    Name Description
    AddExtension(string?, PathOptions)

    Adds an extension to the file name, preserving any existing extensions before it.

    ToPathFormat(PathFormat, PathOptions)

    Converts the path to use a different format.

    WithExtension(string?, PathOptions)

    Changes the current extension of the file name to a new extension.

    Explicit Interface Implementations

    Name Description
    IFilePath.AddExtension(string?, PathOptions)

    Adds an extension to the file name, preserving any existing extensions before it.

    IFilePath.WithExtension(string?, PathOptions)

    Changes the current extension of the file name to a new extension.

    IRelativePath.ParentDirectory

    Gets the parent directory of this file/directory.

    IRelativePath.ToPathFormat(PathFormat, PathOptions)

    Converts the path to use a different format.

    © Singulink. All rights reserved.