Home > @rushstack/node-core-library > Path > convertToBackslashes
Path.convertToBackslashes() method
Replaces POSIX-style slashes with Windows-style backslashes
Signature:
static convertToBackslashes(inputPath: string): string;
Parameters
Parameter | Type | Description |
---|---|---|
inputPath | string |
Returns:
string
Remarks
POSIX is a registered trademark of the Institute of Electrical and Electronic Engineers, Inc.