コード例 #1
0
ファイル: CommonUtilities.cs プロジェクト: Dmitry-Me/corefx
 public static bool IsCurrentDriveNTFS()
 {
     return(IOServices.IsDriveNTFS(IOServices.GetCurrentDrive()));
 }