Function: readLink()
readLink(
path):Promise<string>
Reads the value of a symbolic link. See readlink(2)
Parameters
path
string
File path.
Returns
Promise<string>
readLink(
path):Promise<string>
Reads the value of a symbolic link. See readlink(2)
string
File path.
Promise<string>