开发者

Get TEMP folder

How do I get the path to the Temp folder from inside an InnoSetup Pascal script? Not the folder that the开发者_Go百科 setup uses as it its temporary folder (which can be accessed using {tmp}), but the actual user's Temp folder.


You can access the TEMP environment variable using the {%TEMP} constant.

See here for details and a list of all constants.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜