Package: gio

Function gio:file-info-is-hidden

Lambda List

gio:file-info-is-hidden (info)

Syntax

(g:file-info-is-hidden info) => setting
(setf (g:file-info-is-hidden info) setting)

Arguments

info -- a g:file-info instance
setting -- a boolean for the "standard::is-hidden" attribute key

Details

Gets or sets whether a file is hidden. It is an error to retrieve setting if info does not contain the "standard::is-hidden" attribute key.
 

See also

2026-03-22