I am trying to write a python module to move files to the Trash on Mac and PC.
Is there a way, only from the command line (and yes, I mean using absloutly no C # / C ++ / etc.) to move the file to the Trash, and it appears as a file that was interrupted by dragging and dropping ( or deleted via SHFileOperation, etc.).
source
share