Package: gio

Function gio:file-info-file-type

Lambda List

gio:file-info-file-type (info)

Arguments

info -- a g:file-info instance

Return Value

The g:file-type value for info.

Details

Gets or sets the file type, whether it is a regular file, symlink, and so on. This is different from the content type, see the g:file-info-content-type function.

It is an error to call this if info does not contain the "standard::type" attribute key.
 

See also

#2026-03-22