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