获取windows System目录路径-Delphi示例
- 资源大小:5.40 kB
- 上传时间:2021-06-30
- 下载次数:0次
- 浏览次数:1次
- 资源积分:1积分
-
标 签:
Delphi源码
资 源 简 介
Delphi获取windows System目录路径,这个比较简单,觉得没啥用,只是可以练习一下GetSystemDirectory函数如何使用,下面分享出核心的代码,完整代码需要您下载哦:
begin
GetMem(SysDir,255);
GetSystemDirectory(SysDir,255);
Edit1.Text := SysDir;
end;
文 件 列 表
codesc.net
GetSystemDirectory
Project1.dof
GetSystemDirectory
GetSystemDirectory
Project1.cfg
codesc.net