Skip to content

Latest commit

 

History

History
62 lines (33 loc) · 942 Bytes

File metadata and controls

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

Home > @rushstack/node-core-library > Path > convertToSlashes

Path.convertToSlashes() method

Replaces Windows-style backslashes with POSIX-style slashes.

Signature:

static convertToSlashes(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.