Page 1 of 1
"confirm file delete" doesn't
Posted: Fri Jul 17, 2015 8:29 am
by obelisk
"confirm file delete" doesn't at all
I'm using recycle bin
doesn't help on network drives though
Re: "confirm file delete" doesn't
Posted: Tue Jul 21, 2015 11:11 am
by xnview
the settings of windows recycle bin is confirm too?
Re: "confirm file delete" doesn't
Posted: Wed Jul 22, 2015 10:36 pm
by obelisk
No windows isn't.
Shouldn't rely on windows recycle bin confirm
Re: "confirm file delete" doesn't
Posted: Thu Jul 23, 2015 6:35 pm
by xnview
obelisk wrote:No windows isn't.
Shouldn't rely on windows recycle bin confirm
i use the API of windows, so this setting (it's a change in windows since 7)
Re: "confirm file delete" doesn't
Posted: Mon Jul 27, 2015 5:14 am
by obelisk
No, you shouldn't use API for windows.
To use API for windows the option name should be "use recycle bin options" - but no software does this.
"confirm file delete" suggests it's a local option.
Re: "confirm file delete" doesn't
Posted: Mon Jul 27, 2015 11:27 am
by xnview
i use windows API to be able to use 'recycle bin'
Re: "confirm file delete" doesn't
Posted: Sun Aug 09, 2015 11:05 pm
by obelisk
This is what non-programmers expect:
"use recycle bin" on => use windows API, "confirm file delete" option disabled (It's irrelevant)
"use recycle bin" off => use File.Delete (recursively), "confirm file delete" option enabled
"confirm file delete" on => MessageBox.Show Y/N