normalizePath
Signatures
normalizePath(osSpecificPath: string): string
Coverts an os specific path to a unix style path. Use this when writing paths to config files. This should not be used to read files on disk because of the removal of Windows drive letters.
Parameters
- osSpecificPath:
string