method path.PlatformPath.parse
Usage in Deno
```typescript import { type path } from "node:node__path.d.ts"; ```
PlatformPath.parse(path: string): ParsedPath
Returns an object from a path string - the opposite of format().
TypeError
if `path` is not a string.