RGtk2 (version 2.20.31)

gFileDup: 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.

Value

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

Details

This call does no blocking i/o.