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
    IFilePath.IPath.HasParentDirectory
    IPath.Name
    IPath.PathDisplay
    IPath.PathFormat
    IPath.HasParentDirectory
    IPath.IsRooted
    IPath.IsAbsolute
    IPath.IsRelative
    IPath.IsDirectory
    IPath.IsFile
    IPath.Equals(IPath)
    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
    ToPathFormat(PathFormat, PathOptions)

    Converts the path to use a different format.

    WithExtension(string?, PathOptions)

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

    Explicit Interface Implementations

    Name Description
    IFilePath.WithExtension(string?, PathOptions)

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

    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.