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