Package: gio

Function gio:file-info-size

Lambda List

gio:file-info-size (info)

Syntax

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

Arguments

info -- a g:file-info object
size -- an integer for the size of the file

Details

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

See also

2026-03-22