We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think that's a better default. We can add a flag to get back the old behavior.
It seems like we can use the FOF_WANTNUKEWARNING flag for this:
FOF_WANTNUKEWARNING
Send a warning if a file or folder is being destroyed during a delete operation rather than recycled. This flag partially overrides FOF_NOCONFIRMATION. - https://docs.microsoft.com/en-us/windows/win32/api/shobjidl_core/nf-shobjidl_core-ifileoperation-setoperationflags
It's not immediately clear what they mean by warning and how we could check for that though.
The text was updated successfully, but these errors were encountered:
Seems like it is not so easy to implement this unfortunately :(
https://stackoverflow.com/questions/23720519/how-to-safely-delete-folder-into-recycle-bin
Sorry, something went wrong.
No branches or pull requests
I think that's a better default. We can add a flag to get back the old behavior.
It seems like we can use the
FOF_WANTNUKEWARNING
flag for this:It's not immediately clear what they mean by warning and how we could check for that though.
The text was updated successfully, but these errors were encountered: