Package: gio

Function gio:file-info-content-type

Lambda List

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

Syntax

(g:file-info-content-type info) => ctype
(setf (g:file-info-content-type info) ctype)

Arguments

info -- a g:file-info instance
ctype -- a string for the content type

Details

Gets or sets the content type of the file. It is an error to call this function if info does not contain the "standard::content-type" attribute key.
 

See also

2026-03-22