| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @rushstack/node-core-library > FileSystem > readLinkAsync
An async version of FileSystem.readLink()<></>.
Signature:
static readLinkAsync(path: string): Promise<string>;|
Parameter |
Type |
Description |
|---|---|---|
|
path |
string |
Returns:
Promise<string>