Combines the current path with the file name of a provided path.
- Namespace
- Statiq
.Common - Containing Type
- NormalizedPath
Syntax
public NormalizedPath GetFilePath(in NormalizedPath path)
Parameters
Name | Type | Description |
---|---|---|
path | NormalizedPath | The file name to append. |
Return Value
Type | Description |
---|---|
NormalizedPath | A combination of the current path and the file name of the provided path. |