Esempio n. 1
0
 private static bool IsFixed(string drive)
 {
     return(DllImports.GetDriveType(drive) == 3);
 }