本文整理自网络,侵删。
//声明:
SetVolumeLabel(
lpRootPathName: PChar; {根路径}
lpVolumeName: PChar {新卷标指针, nil 表示删除卷标}
): BOOL;
--------------------------------------------------------------------------------
//举例:
begin
SetVolumeLabel('c:\', 'NewLabel');
end;
相关阅读 >>
Delphi 隐藏进程的单元 unit hideprocess.pas
更多相关阅读请进入《Delphi》频道 >>