gFileNewForUri: gFileNewForUri

Description Usage Arguments Value Author(s)

View source: R/gioFuncs.R

Description

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

Usage

1

Arguments

uri

a string containing a URI.

Value

[GFile] a GFile for the given uri.

Author(s)

Derived by RGtkGen from GTK+ documentation


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

Related to gFileNewForUri in RGtk2...