Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gFileEqual

gFileEqual


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

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

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.