show/hide this revision's text 2 format code

http://www.daveamenta.com/2008-05/c-delete-a-file-to-the-recycle-bin/

From above:

using Microsoft.VisualBasic;

string path = @"c:\myfile.txt";
FileIO.FileSystem.DeleteDirectory(path,`print("code sample");`FileIO.UIOption.OnlyErrorDialogs,RecycleOption.SendToRecycleBin)FileIO.FileSystem.DeleteDirectory(path, 
    FileIO.UIOption.OnlyErrorDialogs, 
    RecycleOption.SendToRecycleBin);
show/hide this revision's text 1

http://www.daveamenta.com/2008-05/c-delete-a-file-to-the-recycle-bin/

From above:

using Microsoft.VisualBasic;


string path = @"c:\myfile.txt";
FileIO.FileSystem.DeleteDirectory(path,`print("code sample");`FileIO.UIOption.OnlyErrorDialogs,RecycleOption.SendToRecycleBin);