Skip to main content

PathToFileUrlOptions

interface PathToFileUrlOptions

Properties Jump to heading

optional
Jump to headingwindows: boolean | undefined

true if the path should be return as a windows filepath, false for posix, and undefined for the system default.

Back to top