readlink
Description:
[
Version ( since =
"1.0.66" ) ]
public string readlink (
string path)
throws Error
read the target of a symbolic link
This command reads the target of a symbolic link.
Parameters:
this |
A GuestfsSession object
|
Returns:
the returned string, or NULL on error
|