Method System.readlink()
- Method readlink
 stringreadlink(stringpath)- Description
 Returns what the symbolic link
pathpoints to.- Note
 This function is not available on all platforms.
- See also
 
string readlink(string path)
Returns what the symbolic link path points to.
This function is not available on all platforms.