예제 #1
0
 public bool DeleteFile(string FilePath)
 {
     return(Shell32.FileOperation(FilePath, FileOperationType.Delete, 0) == 0);
 }