gFileNewForPath {RGtk2}R Documentation

gFileNewForPath

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

gFileNewForPath(path)

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


[Package RGtk2 version 2.20.21 Index]