Package: gio

Function gio:file-uri

Lambda List

gio:file-uri (file)

Arguments

file -- a g:file object

Return Value

The string containing the URI for the file, or nil if no such path exists.

Details

Gets the local pathname for file, if one exists. If not nil, this is guaranteed to be an absolute, canonical path. It might contain symlinks. This call does no blocking I/O.
 

See also

2024-12-30