Package: gio

Function gio:file-info-attribute-file-path

Lambda List

gio:file-info-attribute-file-path (info attribute)

Syntax

(g:file-info-attribute-file-path info attribute) => path
(setf (g:file-info-attribute-file-path info attribute) path)

Arguments

info -- a g:file-info instance
attribute -- a string for a file attribute key
path -- a string for the file path

Details

Gets or sets the value of a byte string attribute as a file path. If the attribute does not contain a byte string, nil will be returned. This function is meant to be used by language bindings that have specific handling for Unix paths.

Since 2.78
 

See also

2026-03-22