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

gFileIsNative

gFileIsNative


Description

Checks to see if a file is native to the platform.

Usage

gFileIsNative(object)

Arguments

object

input GFile.

Details

A native file s one expressed in the platform-native filename format, e.g. "C:\Windows" or "/usr/bin/". This does not mean the file is local, as it might be on a locally mounted remote filesystem.

On some systems non-native files may be available using the native filesystem via a userspace filesystem (FUSE), in these cases this call will return FALSE, but gFileGetPath will still return a native path.

This call does no blocking i/o.

Value

[logical] TRUE if file is native.

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.