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

Search Results for

    Interface IRelativePath

    Represents a relative path to a file or directory.

    Inherited Members
    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 IRelativePath : IPath, IEquatable<IPath?>

    Properties

    Name Description
    ParentDirectory

    Gets the parent directory of this file/directory.

    Methods

    Name Description
    ToPathFormat(PathFormat, PathOptions)

    Converts the path to use a different format.

    Explicit Interface Implementations

    Name Description
    IPath.ParentDirectory

    Gets the parent directory of this file/directory.

    © Singulink. All rights reserved.