Skip to content

Latest commit

 

History

History
60 lines (32 loc) · 946 Bytes

File metadata and controls

60 lines (32 loc) · 946 Bytes
hide_title true
custom_edit_url
pagination_prev
pagination_next

Home > @rushstack/node-core-library > FileSystem > getRealPath

FileSystem.getRealPath() method

Follows a link to its destination and returns the absolute path to the final target of the link. Behind the scenes it uses fs.realpathSync()<></>.

Signature:

static getRealPath(linkPath: string): string;

Parameters

Parameter

Type

Description

linkPath

string

The path to the link.

Returns:

string