Interface IRelativePath
Represents a relative path to a file or directory.
Inherited Members
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. |