G Guest Oct 10, 2004 #1 Is there an easy way of sending a file to the Windows recycle bin? Thanks, Guido
S Shiva Oct 10, 2004 #2 One option is to use SHFileOperation shell API function. This article has a sample: http://www.thecodeproject.com/csharp/csdoesshell2.asp HTH. Is there an easy way of sending a file to the Windows recycle bin? Thanks, Guido
One option is to use SHFileOperation shell API function. This article has a sample: http://www.thecodeproject.com/csharp/csdoesshell2.asp HTH. Is there an easy way of sending a file to the Windows recycle bin? Thanks, Guido
S Sahil Malik Oct 11, 2004 #3 No managed .NET way. Only win32 calls. - Sahil Malik You can reach me thru my blog http://www.dotnetjunkies.com/weblog/sahilmalik
No managed .NET way. Only win32 calls. - Sahil Malik You can reach me thru my blog http://www.dotnetjunkies.com/weblog/sahilmalik
P Peter Huang Oct 13, 2004 #4 Hi Guido, Did Shiva's suggestion help you? If you still have any concern on this issue, please feel free to post here. Best regards, Peter Huang Microsoft Online Partner Support Get Secure! - www.microsoft.com/security This posting is provided "AS IS" with no warranties, and confers no rights.
Hi Guido, Did Shiva's suggestion help you? If you still have any concern on this issue, please feel free to post here. Best regards, Peter Huang Microsoft Online Partner Support Get Secure! - www.microsoft.com/security This posting is provided "AS IS" with no warranties, and confers no rights.