G
Gene Vital
Can someone point me in the right direction on how to send files to the
Recyle Bin using C#.
Recyle Bin using C#.
Tim said:The way I've done this in the past is to p/invoke SHFileOperation.
http://www.pinvoke.net/default.aspx/shell32.SHFileOperation
http://msdn.microsoft.com/library/d...shell/reference/functions/shfileoperation.asp
ok, that works nicely. pointer to how to undelete from the recycle bin ?Tim said:AFAIK, it's not in the framework up to 1.1. I'm not sure if this is
something that has been included in 2.0 (currently beta) or not.