* Convert a path string to POSIX format (forward slashes). * Extended-Length Paths in Windows (\\?\) are preserved. * @returns The path with backslashes converted to forward slashes
()
| 18 | * @returns The path with backslashes converted to forward slashes |
| 19 | */ |
| 20 | toPosix(): string |
| 21 | } |
| 22 | } |
| 23 |
no outgoing calls