Skip to main content
method path.PlatformPath.parse
PlatformPath.parse(path: string): ParsedPath
Deprecated

Returns an object from a path string - the opposite of format().

Parameters

path: string

path to evaluate.

Return Type

Throws

TypeError

if path is not a string.

Back to top