All of the code I have ever found for moving files to the recycle bin has a confirm box that comes up... is there any way of disabling the confirmation box and just send the files straight to the recycle bin?
Have you tried calling SHGetFolderPath with a CSIDL of "CSIDL_BITBUCKET" to find out what the path to the recycle bin is, then do a filesystemobject MoveFile call on it?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.