On Dec 31, 11:08 am, "[email protected]" <[email protected]> wrote: > Are there any Python libraries that can trash files (move to Trash, > not delete) or for example return a list of applications that can open > given file? I can't find anything related to this for Windows.
try pywin32 http://python.net/crew/mhammond/win32/Downloads.html -- http://mail.python.org/mailman/listinfo/python-list
