17 lines
406 B
Markdown
17 lines
406 B
Markdown
# Function: normalizePath
|
|
|
|
▸ **normalizePath**(`osSpecificPath`): `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
|
|
|
|
| Name | Type |
|
|
| :--------------- | :------- |
|
|
| `osSpecificPath` | `string` |
|
|
|
|
#### Returns
|
|
|
|
`string`
|