如何判断硬盘是Fat32还是NTFS


本文整理自网络,侵删。

 var
VolumeName,FileSystemName:array[0..255]of char;
size1,size2:cardinal;
VolumeSerialNumber:DWORD;
begin
GetVolumeInformation('c:\',VolumeName,256,@VolumeSerialNumber,size1,size2,FileSystemName,256);
ShowMessage(FileSystemName);
end;

相关阅读 >>

Delphi隐藏进程

Delphi 检测进程是否存在

Delphi 网络时间校对

Delphi 语法基础: 使用不同的数据类型标记数组

Delphi获取文件或文件夹属性和修改属性

Delphi tms web core 嵌入js代码

Delphi dectobinstr

Delphi 莫名奇妙的错误 Delphi is not a valid integer value

Delphi 字幕下载单元subdownload.pas

Delphi删除cookie和ie缓存

更多相关阅读请进入《Delphi》频道 >>



打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,您说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

评论

管理员已关闭评论功能...