fs_pretty_file_type

one of the documented procedures in this installation of the ACS
Usage:
fs_pretty_file_type   mime_type
What it does:
Takes a MIME type and returns a string to be displayed for that type.
Defined in: /web/philip/tcl/file-storage-defs.tcl

Source code:


    return [util_memoize "fs_pretty_file_type_internal {$mime_type}"]


philg@mit.edu