property FileUrlToPathOptions.windows Usage in Deno```typescript import { type FileUrlToPathOptions } from "node:node__url.d.ts"; ``` `true` if the `path` should be return as a windows filepath, `false` for posix, and `undefined` for the system default. Type boolean | undefined