| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @rushstack/node-core-library > FileSystem > getRealPath
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;|
Parameter |
Type |
Description |
|---|---|---|
|
linkPath |
string |
The path to the link. |
Returns:
string