The method returns the MIME type of the filename passed as an argument.
The value returned is based on the extension of the filename. The default content type returned if this method cannot determine the actual content type is "
- Parameters:
-
filename | The name of the file to return the MIME type for |
- Returns:
- The MIME type
Implements acdk::net::FileNameMap. |