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