Package: gio

Function gio:file-info-edit-name

Lambda List

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

Syntax

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

Arguments

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

Details

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

See also

2026-03-22