(path: string)
| 165 | aPath.startsWith(fileUriPrefix) && aPath[fileUriPrefix.length + 1] === ':'; |
| 166 | |
| 167 | export const properSplit = (path: string) => path.split(splitRe); |
| 168 | |
| 169 | export function fixDriveLetter(aPath: string, uppercaseDriveLetter = false): string { |
| 170 | if (!aPath) return aPath; |