Beispiel #1
0
 public static void Format(string driveID)
 {
     vfs.Format(driveID, "FAT32", true);
 }
Beispiel #2
0
 public static void FormatHDD()
 {
     vFS.Format(@"0", "FAT32", true);
 }