I'm trying to use the SHFileOperation function to send a file to the recycle
bin. No matter what I do, though, it doesn't work. I've checked file name
validity, wFunc value, everything, and it just won't work.
Can anybody help me out?
Thanks.
Printable View
I'm trying to use the SHFileOperation function to send a file to the recycle
bin. No matter what I do, though, it doesn't work. I've checked file name
validity, wFunc value, everything, and it just won't work.
Can anybody help me out?
Thanks.
The most common problem people run into is that you have to specify the full path to the file, or it'll get deleted instead of being moved to the recycle bin.