method default.PlatformPath.parse
Jump to headingPlatformPath.parse(path: string): ParsedPath
Returns an object from a path string - the opposite of format().
Parameters Jump to heading
Jump to headingpath: string
path to evaluate.
Return Type Jump to heading
Throws Jump to heading
TypeError
if path
is not a string.