Changes the file name of the path by combining the specified path with the
Parent.
- Namespace
- Statiq
.Common - Containing Type
- NormalizedPath
Syntax
public NormalizedPath ChangeFileName(in NormalizedPath path)
Parameters
| Name | Type | Description |
|---|---|---|
| path | NormalizedPath | The path to combine with the Parent. |
Return Value
| Type | Description |
|---|---|
| NormalizedPath | A new path with the specified path replacing the current file name. |