Macros for SAS Application Developers
https://github.com/sasjs/core
Loading...
Searching...
No Matches
mf_mimetype.sas File Reference

Returns a mime type from a file extension. More...

Go to the source code of this file.

Detailed Description

Provide a file extension and get a mime type. The mappings were derived from this source: https://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types

Parameters
[in]extThe file extension (unquoted)
Returns
output The mime type
Version
9.2
Author
Allan Bowe

Definition in file mf_mimetype.sas.