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