[python-win32] Get file MIME and suggested apps

piotr maliński riklaunim at gmail.com
Thu Jan 8 22:50:52 CET 2009


Hi
I have to get a file MIME type (better than python contentypes
module), and get a list of applications that can open given file (or
the default one). I've looked at few win32 modules, and I didn't found
anything that could help me (GetBinaryType. GetFileAttributes,
GetFileType). Can this be done with pywin32?


More information about the python-win32 mailing list