This file retrieves the MIME type.
Function GetMIME( filename, system )
filename (input) - the file to be checked
either a registered MIME type or a user friendly name depending on "system"
Example
'---------- Start ----------
Function Start
target.file.GetMIME( "test.pdf" ) )
End Function
See also