method path.PlatformPath.format
Usage in Deno
```typescript import { type path } from "node:node__path.d.ts"; ```
PlatformPath.format(pathObject: FormatInputPathObject): string
Returns a path string from an object - the opposite of parse().
pathObject: FormatInputPathObject
path to evaluate.
string