gFileNewForPath: gFileNewForPath

Description Usage Arguments Value Author(s)

View source: R/gioFuncs.R

Description

Constructs a GFile for a given path. This operation never fails, but the returned object might not support any I/O operation if path is malformed.

Usage

1

Arguments

path

a string containing a relative or absolute path.

Value

[GFile] a new GFile for the given path.

Author(s)

Derived by RGtkGen from GTK+ documentation


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

Related to gFileNewForPath in RGtk2...