Delphi 取到系统临时文件夹路径


本文整理自网络,侵删。

 function GetTempDirectory : String;
var
TempDir : array[0..255] of Char;
begin
GetTempPath(255, @TempDir);
Result := StrPas(TempDir);
end;

相关阅读 >>

Delphi firemonkey的屏幕分辨率hdpi、mdpi、ldpi的差别

Delphi 网络时间校对

Delphi中使用临界区来让线程同步

Delphi xe 安卓web开发 错误:net::err_cleartext_not_permitted

Delphi中case语法的使用方法

Delphi webbrowser获取页面全部链接

Delphi xe8 form.onshow的一个小问题

Delphi 隐藏 tpagecontrol 的标签方法

Delphi 62 进制的简单实现

Delphi stringgrid1读取加载excel文件

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



打赏

取消

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

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

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

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

评论

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