Package: gio

Function gio:file-set-attributes-from-info

Lambda List

gio:file-set-attributes-from-info (file info flags)

Arguments

file -- a g:file instance
info -- a g:file-info instance
flags -- a g:file-query-info-flags value

Return Value

True if there was no error, false otherwise.

Details

Tries to set all attributes in info on the target values, not stopping on the first error. If there is any error during this operation then nil will be returned.
 

See also

2026-03-22