ntfscat_i
Description:
[ Version ( since = "1.33.14" ) ]
public bool ntfscat_i (string device, int64 inode, string filename, Cancellable? cancellable = null) throws Error
public bool ntfscat_i (string device, int64 inode, string filename, Cancellable? cancellable = null) throws Error
download a file to the local machine given its inode
Download a file given its inode from a NTFS filesystem and save it as filename on the local machine.
This allows to download some otherwise inaccessible files such as the ones within the $Extend folder.
The filesystem from which to extract the file must be unmounted, otherwise the call will fail.
Parameters:
this |
A GuestfsSession object |
cancellable |
A GCancellable object |
Returns:
true on success, false on error |