Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 543 Bytes

File metadata and controls

25 lines (15 loc) · 543 Bytes

Home > @velcro/common > uriToFsPath

uriToFsPath() function

Compute fsPath for the given uri

Signature:

declare function uriToFsPath(uri: Uri, keepDriveLetterCasing: boolean): string;

Parameters

Parameter Type Description
uri Uri
keepDriveLetterCasing boolean

Returns:

string