Re: [python-win32] Recycle bin deletion date - mixing shell and winshell?

2018-01-15 Thread Durumdara
Dear Members! Thank you for "real_filename" info! It is working well! Best regars dd ___ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] Recycle bin deletion date - mixing shell and winshell?

2018-01-11 Thread Tim Roberts
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

[python-win32] Recycle bin deletion date - mixing shell and winshell?

2018-01-11 Thread Durumdara
Dear Members! I tried to find a way to get the file deletion date from recycle bin files. As I see the IShellFolder's GetDisplayNameOf don't give me data about it, only original and real filename. The winshell module ( https://winshell.readthedocs.io/en/latest/recycle-bin.html) retreives