Skip to content

Latest commit

 

History

History
58 lines (31 loc) · 837 Bytes

File metadata and controls

58 lines (31 loc) · 837 Bytes
hide_title true
custom_edit_url
pagination_prev
pagination_next

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

Path.convertToPlatformDefault() method

Replaces slashes or backslashes with the appropriate slash for the current operating system.

Signature:

static convertToPlatformDefault(inputPath: string): string;

Parameters

Parameter

Type

Description

inputPath

string

Returns:

string