Toggle side menu
Toggle side menu
Blog
Documentation
Reference
Extensions
Community
API
Support Us
Source
FilePath
.
FromString
(string)
Method
Summary
Performs a conversion from
string
to
FilePath
.
Namespace
Cake
.Core
.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
FilePath
.