[Python-ideas] Adding `pathlib.Path` method that would send file to recycle bin
Ram Rachum
ram at rachum.com
Mon Dec 29 17:54:46 CET 2014
Hi guys,
I want to have a method of `pathlib.Path` that would send a file to the
recycle bin. (i.e. soft delete.)
What do you think about adding this?
I see there's a PyPI package `Send2Trash` that does this, but it would be
nice if this was in the standard library.
Thanks,
Ram.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20141229/32d34922/attachment.html>
More information about the Python-ideas
mailing list