delete should move files to the trash
Bug #628561 reported by
Martin Pool
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar Explorer |
Fix Released
|
Low
|
Alexander Belchenko |
Bug Description
I've talked to a lot of users who have all deleted files by mistake and we all wondered why they weren't moved to the Recycle Bin instead of deleted permanently.
Cheers
Related branches
Changed in bzr-explorer: | |
status: | New → Confirmed |
importance: | Undecided → Low |
To post a comment you must log in.
The question is: do we have a cross-platform way to delete file into Recycle Bin via Qt/PyQt or Linux/MaxOSX have no idea of trash folder? That said I can find a way to delete to Recycle Bin on Windows using Win32 API, but I don't know how to do it on other OSes.