Package: gio

Function gio:content-type-is-unknown

Lambda List

gio:content-type-is-unknown (ctype)

Arguments

ctype -- a content type string

Return Value

True if ctype is the unknown content type.

Details

Checks if the content type is the generic "unknown" content type. On UNIX this is the "application/octet-stream" MIME type, while on Win32 it is "*".

Examples

(g:content-type-is-unknown "application/octet-stream") => T    
2024-12-7