I'm on Windows 11, Python 3.7/3.9/3.10/3.11. I'm using the send2trash module, and while the file is removed, it is not placed in the recycle bin/trash.
In case if I used folder, mounted like network drive - I have the same problem.
For example:
\PC Name\C$\Data\Folder - I have the same problem
C:\Data\Folder - it works correctly
I'm on Windows 11, Python 3.7/3.9/3.10/3.11. I'm using the
send2trash
module, and while the file is removed, it is not placed in the recycle bin/trash.