get_symlink_target
Description:
public unowned string?
get_symlink_target ()
Gets the symlink target for a given FileInfo.
It is an error to call this if the FileInfo does not contain
g_file_attribute_standard_symlink_target.
Parameters:
Returns:
a string containing the symlink target.
|