Package: gio

Function gio:file-info-sort-order

Lambda List

gio:file-info-sort-order (info)

Syntax

(g:file-info-sort-order info) => order
(setf (g:file-info-sort-order info) order)

Arguments

info -- a g:file-info object
order -- an integer for the sort order

Details

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

See also

2026-03-22