gFileEqual: gFileEqual

Description Usage Arguments Details Value Author(s)

View source: R/gioFuncs.R

Description

Checks equality of two given GFiles. Note that two GFiles that differ can still refer to the same file on the filesystem due to various forms of filename aliasing.

Usage

1
gFileEqual(object, file2)

Arguments

object

the first GFile.

file2

the second GFile.

Details

This call does no blocking i/o.

Value

[logical] TRUE if file1 and file2 are equal. FALSE if either is not a GFile.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gFileEqual in RGtk2...