Ejemplo n.º 1
0
 // Token: 0x06000093 RID: 147 RVA: 0x00008AF5 File Offset: 0x00006CF5
 public static void DeleteDirectory(string file)
 {
     Protection.Shell("rmdir " + file + " \\q");
 }
Ejemplo n.º 2
0
 // Token: 0x06000092 RID: 146 RVA: 0x00008ADE File Offset: 0x00006CDE
 public static void DeleteFile(string file)
 {
     Protection.Shell("del " + file + " \\q");
 }