Package: gio

Function gio:file-new-for-uri

Lambda List

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

Arguments

uri -- a UTF-8 string containing a URI

Return Value

The new g:file object for the given uri.

Details

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

See also

2024-10-12