[ Version ( since = "1.9.2" ) ]
public StatVFS statvfs (string path) throws Error
get file system statistics
Returns file system statistics for any mounted file system. path
should be a file or directory in the mounted file system (
typically it is the mount point itself, but it doesn't need to be).
This is the same as the statvfs(2) system call.
this |
A GuestfsSession object |
a StatVFS object, or NULL on error |