Summary
Performs a conversion from
string
to Wyam.Common.IO.FilePath
.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .IO - Containing Type
- FilePath
Syntax
public static FilePath FromString(string path)
Parameters
Name | Type | Description |
---|---|---|
path | string | The path. |
Return Value
Type | Description |
---|---|
FilePath | A Wyam.Common.IO.FilePath . |