3

How can i create folder in code section? I use example script of inno download.

[Code]
//HERE I NEED TO CREATE FOLDER "Downloaded"

procedure InitializeWizard();
begin
 itd_init;
 itd_addfile('http://link.net/soft/file.exe',expandconstant('{sd}\Downloaded\file.exe'));
 itd_downloadafter(wpReady);
end;
4

1 回答 1

2

为什么不使用该[Dirs]部分来创建文件夹:

Name: {app}\Downloaded
于 2020-07-13T11:16:21.827 回答