Durumdara wrote:
>
> The winshell module
> (https://winshell.readthedocs.io/en/latest/recycle-bin.html) retreives
> recycle bin files for me, I can see the deletion date, but not the
> real filename in filesystem (to I can delete the older ones).

The documentation does not describe it, but if you look in the source
code (which should always be your fallback for True Answers), you'll see
that the ShellRecycledItem object has a real_filename() method that
returns the information you want.

The documentation is on github, if you want to submit a fix.

-- 
Tim Roberts, t...@probo.com
Providenza & Boekelheide, Inc.

_______________________________________________
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32

Reply via email to