Skip to content

Latest commit

 

History

History
62 lines (33 loc) · 957 Bytes

File metadata and controls

62 lines (33 loc) · 957 Bytes
hide_title true
custom_edit_url
pagination_prev
pagination_next

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.