Package: gio

Function g-file-path

Lambda List

g-file-path (file)

Arguments

file -- a input g-file object

Return Value

A string containing the g-file path, or nil if no such path exists.

Details

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

See also

*2021-10-8