Combines the current path with another
NormalizedPath
.
If the provided NormalizedPath
is not relative, then it is returned.
- Namespace
- Statiq
.Common - Containing Type
- NormalizedPath
Syntax
public NormalizedPath Combine(in NormalizedPath path)
Parameters
Name | Type | Description |
---|---|---|
path | NormalizedPath | The path. |
Return Value
Type | Description |
---|---|
NormalizedPath | A combination of the current path and the provided NormalizedPath , unless
the provided NormalizedPath is absolute in which case it is returned. |