[wxPython] Windows Recycle Bin

I am not aware of any Python way of directly accessing the Windows Recycle
Bin. As far as I can see, Mark Hammond's win32 package does not wrap the
required Shell functions, and I have not seen any other packages that do.
One alternative, if you know C++, is to write your own small module (wrap it
with SWIG to get a Python interface to it), and use one of the Shell
functions, such as SHFileOperation
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/pl
atform/Shell/Functions/SHFileOperation.asp)

ยทยทยท

-----Original Message-----
From: Nieuwland, Eric [mailto:Nieuwland.Eric@kpmg.nl]
Sent: Monday, February 04, 2002 8:11 AM
To: Wxpython-Users (E-mail)
Subject: [wxPython] Windows Recycle Bin

I realise this might not be the right place to ask but ...
Does anybody have an idea about how to move files/directories to the Windows
Recycle Bin?

--eric

**********************************************************************
De informatie verzonden met dit e-mailbericht (en bijlagen)
is uitsluitend bestemd voor de geadresseerde(n) en zij die
van de geadresseerde(n) toestemming kregen dit bericht te
lezen. Gebruik door anderen dan geadresseerde(n) is
verboden. De informatie in dit e-mailbericht (en bijlagen)
kan vertrouwelijk van aard zijn en kan binnen het bereik
vallen van een geheimhoudingsplicht en een verschonings-
recht.

Any information transmitted by means of this email (and any
of its attachments) is intended exclusively for the addressee
or addressees and for those authorized by the addressee
or addressees to read this message. Any use by a party
other than the addressee or addressees is prohibited.
The information contained in this email (or any of its
attachments) may be confidential in nature and fall under a
pledge of secrecy and the attorney-client privilege.
**********************************************************************

_______________________________________________
wxpython-users mailing list
wxpython-users@lists.wxwindows.org
http://lists.wxwindows.org/mailman/listinfo/wxpython-users