Package: gio

Function gio:file-info-name

Lambda List

gio:file-info-name (info)

Syntax

(g:file-info-name info) => name
(setf (g:file-info-name info) name)

Arguments

info -- a g:file-info object
name -- a string for the name

Details

Gets or sets the name for a given info. It is an error to retrieve the name if info does not contain the "standard::name" attribute key.
 

See also

2026-03-22