gFileParseName {RGtk2}R Documentation

gFileParseName

Description

Constructs a GFile with the given parse.name (i.e. something given by gFileGetParseName). This operation never fails, but the returned object might not support any I/O operation if the parse.name cannot be parsed.

Usage

gFileParseName(parse.name)

Arguments

parse.name

a file name or path to be parsed.

Value

[GFile] a new GFile.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]