Summary
Initializes a new instance of the
Wyam.Common.IO.FilePath class
with the specified file provider.
The path will be considered absolute if the underlying OS file system
considers it absolute.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .IO - Containing Type
- FilePath
Syntax
public FilePath(Uri fileProvider, string path)
Parameters
| Name | Type | Description |
|---|---|---|
| fileProvider | Uri | The file provider. |
| path | string | The path. |
Return Value
| Type | Description |
|---|---|
| void |
