Method IDirectoryPath.CombineDirectory
IDirectoryPath.CombineDirectory(ReadOnlySpan<char>, PathFormat, PathOptions)
Combines this directory with a relative directory path parsed using the specified format and options.
Declaration
IDirectoryPath IDirectoryPath.CombineDirectory(ReadOnlySpan<char> path, PathFormat format, PathOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| ReadOnlySpan<char> | path | The relative directory path to append to this directory. |
| PathFormat | format | The appended relative directory path's format. |
| PathOptions | options | The options to use for parsing the appended relative directory path. |
Returns
| Type | Description |
|---|---|
| IDirectoryPath |