Gio.File::dup
function vfunc_dup(): Gio.File {
}
Duplicates a Gio.File handle. This operation does not duplicate the actual file or directory represented by the Gio.File; see Gio.File.prototype.copy if attempting to copy a file.
This call does no blocking I/O.