Summary
Initializes a new instance of the
Wyam.Common.IO.NormalizedPath
class
with the given provider.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .IO - Containing Type
- NormalizedPath
Syntax
protected NormalizedPath(Uri fileProvider, string path, PathKind pathKind)
Parameters
Name | Type | Description |
---|---|---|
fileProvider | Uri | The provider for this path. |
path | string | The path. |
pathKind | PathKind | Specifies whether the path is relative, absolute, or indeterminate. |
Return Value
Type | Description |
---|---|
void |