"confirm file delete" doesn't at all
I'm using recycle bin
doesn't help on network drives though
"confirm file delete" doesn't
Moderator: xnview
-
xnview
- Author of XnView
- Posts: 47513
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
-
obelisk
- Posts: 485
- Joined: Fri Jan 09, 2009 9:54 am
Re: "confirm file delete" doesn't
No windows isn't.
Shouldn't rely on windows recycle bin confirm
Shouldn't rely on windows recycle bin confirm
-
xnview
- Author of XnView
- Posts: 47513
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: "confirm file delete" doesn't
i use the API of windows, so this setting (it's a change in windows since 7)obelisk wrote:No windows isn't.
Shouldn't rely on windows recycle bin confirm
Pierre.
-
obelisk
- Posts: 485
- Joined: Fri Jan 09, 2009 9:54 am
Re: "confirm file delete" doesn't
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.
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.
-
xnview
- Author of XnView
- Posts: 47513
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
-
obelisk
- Posts: 485
- Joined: Fri Jan 09, 2009 9:54 am
Re: "confirm file delete" doesn't
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
"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