Interface IRelativeDirectoryPath
Represents a relative path to a directory.
Inherited Members
Namespace: Singulink.IO
Assembly: Singulink.IO.FileSystem.dll
Syntax
public interface IRelativeDirectoryPath : IRelativePath, IDirectoryPath, IPath, IEquatable<IPath?>
Methods
Name | Description |
---|---|
Combine(IRelativeDirectoryPath) | Combines this directory with a relative directory. |
Combine(IRelativeFilePath) | Combines this directory with a relative file. |
Combine(IRelativePath) | Combines this directory with a relative entry. |
CombineDirectory(ReadOnlySpan<char>, PathFormat, PathOptions) | Combines this directory with a relative directory path parsed using the specified format and options. |
CombineDirectory(ReadOnlySpan<char>, PathOptions) | Combines this directory with a relative directory path parsed using the specified options and this directory's path format. |
CombineFile(ReadOnlySpan<char>, PathFormat, PathOptions) | Combines this directory with a relative file path parsed using the specified format and options. |
CombineFile(ReadOnlySpan<char>, PathOptions) | Combines this directory with a relative file path parsed using the specified options and this directory's path format. |
ToPathFormat(PathFormat, PathOptions) | Converts the path to use a different format. |
Operators
Name | Description |
---|---|
operator +(IRelativeDirectoryPath, IRelativeDirectoryPath) | Combines a relative directory with another relative directory. |
operator +(IRelativeDirectoryPath, IRelativeFilePath) | Combines a relative directory with another relative file. |
operator +(IRelativeDirectoryPath, IRelativePath) | Combines a relative directory with another relative entry. |
Explicit Interface Implementations
Name | Description |
---|---|
IDirectoryPath.Combine(IRelativeDirectoryPath) | Combines this directory with a relative directory. |
IDirectoryPath.Combine(IRelativeFilePath) | Combines this directory with a relative file. |
IDirectoryPath.Combine(IRelativePath) | Combines this directory with a relative entry. |
IDirectoryPath.CombineDirectory(ReadOnlySpan<char>, PathFormat, PathOptions) | Combines this directory with a relative directory path parsed using the specified format and options. |
IDirectoryPath.CombineFile(ReadOnlySpan<char>, PathFormat, PathOptions) | Combines this directory with a relative file path parsed using the specified format and options. |
IRelativePath.ToPathFormat(PathFormat, PathOptions) | Converts the path to use a different format. |