コード例 #1
0
ファイル: IOServices.cs プロジェクト: rsumner31/corefx2
 private static bool IsFixed(string drive)
 {
     return(DllImports.GetDriveType(drive) == 3);
 }