Get the value of a symbolic link
String_Type readlink (String_Type path)
The readlink function returns the value of a symbolic link and returns it as a string. Upon failure, NULL is returned and errno set accordingly.
Not all systems support this function.