gFileDup {RGtk2}R Documentation

gFileDup

Description

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.

Usage

gFileDup(object)

Arguments

object

input GFile.

Details

This call does no blocking i/o.

Value

[GFile] a new GFile that is a duplicate of the given GFile.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]