Programmatic solution of course...
Man i wish i could choose both the VB and Unmanaged as an answer ;)
Thanks for both.
|
1
|
|
|
|
|
|
http://www.daveamenta.com/2008-05/c-delete-a-file-to-the-recycle-bin/ From above:
|
||||
|
|
|
@Ishmaeel: you consider it worse to use the Microsoft.VisualBasic namespace (that as @Zoomba suggested is a standard library anyway) than using P/Invoke to unmanaged code? I know (some) C# guys don't like VB, but that is a little obsessive? |
||
|
|
|
|
The best way I have found is to use the VB function
It requires adding Alternate solutions require a P/Invoke to SHFileOperation, as well as defining all the various structures/constants. Including |
|||
|
|
|
|
You need to delve into unmanaged code. Here's a static class that I've been using:
Addendum:
|
||||
|