示例#1
0
 public bool CheckDrive(string driveLetter)
 {
     return(DriveManager.IsFat32(driveLetter));
 }