Method IDirectoryPath.Combine
IDirectoryPath.Combine(IRelativeDirectoryPath)
Combines this directory with a relative directory.
Declaration
IDirectoryPath IDirectoryPath.Combine(IRelativeDirectoryPath path)
Parameters
Type | Name | Description |
---|---|---|
IRelativeDirectoryPath | path | The relative directory to apprend to this directory. |
Returns
Type | Description |
---|---|
IDirectoryPath |
Implements
IDirectoryPath.Combine(IRelativeFilePath)
Combines this directory with a relative file.
Declaration
IFilePath IDirectoryPath.Combine(IRelativeFilePath path)
Parameters
Type | Name | Description |
---|---|---|
IRelativeFilePath | path | The relative file to apprend to this directory. |
Returns
Type | Description |
---|---|
IFilePath |
Implements
IDirectoryPath.Combine(IRelativePath)
Combines this directory with a relative entry.
Declaration
IPath IDirectoryPath.Combine(IRelativePath path)
Parameters
Type | Name | Description |
---|---|---|
IRelativePath | path | The relative entry to apprend to this directory. |
Returns
Type | Description |
---|---|
IPath |