deno.com
method path.PlatformPath.parse
#PlatformPath.parse(path: string): ParsedPath

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.