Jerry,

There was an error during the install but only required a minor change to an
__init__.py file to correct.

Works great. Just what I was looking for. Many thanks!

Gary

"Jerry Hill" <malaclyp...@gmail.com> wrote in message
news:mailman.1654.1305601607.9059.python-l...@python.org...
> On Mon, May 16, 2011 at 5:23 PM, garyr <ga...@fidalgo.net> wrote:
>> A file can be deleted by opening it with mode os.O_TEMPORARY and then
>> closing it. How can a file be moved to the Recycle Bin, a la Windows?
>
> I see a send2trash module (http://hg.hardcoded.net/send2trash and
> http://www.hardcoded.net/articles/send-files-to-trash-on-all-platforms.htm)
>
> The source code looks pretty straightforward, but I don't think
> there's anything in the standard library that does that.
>
> -- 
> Jerry




-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to