Package: gio

Function g-file-new-for-path

Lambda List

g-file-new-for-path (path)

Arguments

path -- a string containing a relative or absolute path, the string must be encoded in the GLib filename encoding.

Return Value

A new g-file object for the given path.

Details

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

See also

2021-10-8