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