Description
Moves files to the desktop trash using the native behavior of the operating system instead of deleting them permanently. It helps Python applications offer safer delete actions that users can usually undo from their file manager.
Developers use it as a library in desktop tools and scripts. Trash behavior varies by platform and filesystem, so applications should still warn users when a location cannot be trashed safely.