Content Types
Content Types
A content type is a platform specific string that defines the type of a file.
On UNIX it is a MIME type
like text/plain
or image/png
.
On Win32 it is an extension string like .doc
, .txt
or a perceived
string like audio
. Such strings can be looked up in the registry at
HKEY_CLASSES_ROOT
.
On macOS it is a Uniform Type Identifier
such as com.apple.application
.