Package: gio

Function gio:file-new-for-path

Lambda List

gio:file-new-for-path (path)

Arguments

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

Return Value

The 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

2024-10-12