i want to delete file.txt
Code:
 System.Diagnostics.Process.Start("cmd.exe", @"/c del  d:\\file.txt");
but this is not deleting the file. any input?