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