Initializes a new instance of the
NormalizedPath
class.
- Namespace
- Statiq
.Common - Containing Type
- NormalizedPath
Syntax
public NormalizedPath(string path, PathKind pathKind)
Parameters
Name | Type | Description |
---|---|---|
path | string | The path. |
pathKind | PathKind | Specifies whether the path is relative, absolute, or indeterminate. |