c#得怎么到磁盘是NTFS还是FAT的如题[解决办法]DriveInfo d new DriveInfo(d:)string fd.DriveFormat
c#得怎么到磁盘是NTFS还是FAT的
如题
[解决办法]
DriveInfo d = new DriveInfo("d:");
string f= d.DriveFormat;
c#得怎么到磁盘是NTFS还是FAT的
如题
[解决办法]
DriveInfo d = new DriveInfo("d:");
string f= d.DriveFormat;