class FileType
FileType does not have a base class.
FileType used to store basic information on a specific type of file such as extensions, description and MacType. This class is also used as a standalone object for exchanging type information between some IO functions.
Class Members
Constructor
Extension manipulation
GetExtension
AddExtension
RemoveExtension
FindExtension
IsExtensionIncluded
CountExtensions
Mac type manipulation
GetMacType
AddMacType
RemoveMacType
FindMacType
IsMacTypeIncluded
CountMacTypes
Mime string manipulation
GetMime
AddMime
RemoveMime
FindMime
IsMimeIncluded
CountMimeTypes
Data access functions
GetDescription
GetMacCreator
GetIconID
Callback access
Special functions
Requirements
-
Version: Input-Output Library 1.0.0 or later
- Header: FileTypeManager.hpp
- Import Library: InputOutput.lib [WIN]
- Module: InputOutputLib [MAC], InputOutput.dll [WIN]
- Header: FileTypeManager.hpp
See Also