gFileDup {RGtk2} | R Documentation |
Duplicates a GFile
handle. This operation does not duplicate
the actual file or directory represented by the GFile
; see
gFileCopy
if attempting to copy a file.
gFileDup(object)
|
input |
This call does no blocking i/o.
[GFile
] a new GFile
that is a duplicate of the given GFile
.
Derived by RGtkGen from GTK+ documentation