send2trash/send2trash
Andrew Senetar 7abc048836
Initial IFileOperation for Windows
- Try using IFileOperation instead of SHFileOperation
  - Use pywin32 to accomplish this
  - Implement fallback when pywin32 not available
- Handles paths like `C:\` just fine bu the `\\?\` paths in the test
  cause issue
- Add batching for IFileOperation version (performance)
- Minor formatting applied by editor
2020-05-21 22:13:59 -05:00
..
__init__.py Define TrashPermissionError (#21) 2018-02-06 17:28:47 -05:00
compat.py Fix newly-introduced crash under Windows 2017-08-07 22:51:37 -04:00
exceptions.py Define TrashPermissionError (#21) 2018-02-06 17:28:47 -05:00
plat_gio.py Raise TrashPermissionError from gio backend (#22) 2018-02-16 09:30:26 -05:00
plat_osx.py Update copyright 2017-08-03 20:52:19 -04:00
plat_other.py Define TrashPermissionError (#21) 2018-02-06 17:28:47 -05:00
plat_win.py Initial IFileOperation for Windows 2020-05-21 22:13:59 -05:00