Checks if a file is UNIX™ symbolic link.
os.Path.islink( fname STRING) RETURNING result BOOLEAN
The function returns TRUE if the files is a symbolic link, FALSE otherwise.
This method can only be used on UNIX!