| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @rushstack/node-core-library > Path > convertToPlatformDefault
Replaces slashes or backslashes with the appropriate slash for the current operating system.
Signature:
static convertToPlatformDefault(inputPath: string): string;|
Parameter |
Type |
Description |
|---|---|---|
|
inputPath |
string |
Returns:
string