send2trash/tests
Mickaël Schoentgen 5d45b07cda Windows: Workaround for long paths
By using the short path version of a file, we can
manage to move long paths to the trash.

Limitations:
1/ If the final short path is longer than what
    `SHFileOperationW` can handle, it will fail
2/ Still not able to trash long path from another
    drive, ie: trying to delete C:\temp\foo.txt
    while the script is running from D:\trash.py
2018-02-16 14:06:43 +01:00
..
__init__.py Fix tests, add tox.ini and travis.yml 2017-08-03 20:34:10 -04:00
test_plat_other.py Reindent test_plat_other 2017-08-03 21:03:34 -04:00
test_plat_win.py Windows: Workaround for long paths 2018-02-16 14:06:43 +01:00