Give an error if a file to be deleted is locked by another process.
Opened this issue · 0 comments
deadcoder0904 commented
I was trying to delete my .sqlite
database but it was opened by my database viewer.
trash
command exited without deleting the file. It should've thrown an error saying the file is locked as its used by another process.