~ubuntu-branches/ubuntu/trusty/rgtk2/trusty

« back to all changes in this revision

Viewing changes to man/gFileIsNative.Rd

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2010-11-03 11:35:46 UTC
  • mfrom: (1.3.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20101103113546-a7fi7jdxdebp0tw1
Tags: 2.20.1-1
* New upstream release

* debian/control: Set (Build-)Depends: to current R version
* debian/control: Set Standards-Version: to current version 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
\alias{gFileIsNative}
 
2
\name{gFileIsNative}
 
3
\title{gFileIsNative}
 
4
\description{Checks to see if a file is native to the platform.}
 
5
\usage{gFileIsNative(object)}
 
6
\arguments{\item{\verb{object}}{input \code{\link{GFile}}.}}
 
7
\details{A native file s one expressed in the platform-native filename format,
 
8
e.g. "C:\\Windows" or "/usr/bin/". This does not mean the file is local,
 
9
as it might be on a locally mounted remote filesystem.
 
10
  
 
11
On some systems non-native files may be available using
 
12
the native filesystem via a userspace filesystem (FUSE), in
 
13
these cases this call will return \code{FALSE}, but \code{\link{gFileGetPath}}
 
14
will still return a native path.
 
15
  
 
16
This call does no blocking i/o.}
 
17
\value{[logical] \code{TRUE} if file is native. }
 
18
\author{Derived by RGtkGen from GTK+ documentation}
 
19
\keyword{internal}