Package: gio

Function gio:file-info-display-name

Lambda List

gio:file-info-display-name (info)

Syntax

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

Arguments

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

Details

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

See also

2026-03-22