Page 1 of 1

Is it possible to delete a file without prompt?

Posted: Sat Apr 29, 2023 4:01 am
by johnmy
Is it possible to delete a file without prompt when I presss Delete key? The Windows Explorer does like that.

Re: Is it possible to delete a file without prompt?

Posted: Sat Apr 29, 2023 11:50 am
by johnmy
Got the answer

Code: Select all

confirmDel=false

Re: Is it possible to delete a file without prompt?

Posted: Sat Apr 29, 2023 12:15 pm
by cday
johnmy wrote: Sat Apr 29, 2023 4:01 am Is it possible to delete a file without prompt when I presss Delete key? The Windows Explorer does like that.
There is also a direct setting Tools > Settings... > General -- File operations tab -- Confirm file delete :D

Re: Is it possible to delete a file without prompt?

Posted: Sun Apr 30, 2023 2:32 am
by johnmy
Many thanks