I'm having some trouble creating an empty folder in program files. The folder is necessary with the development platform we are using.
I tried adding a folder reference as shown in the screenshot below, but no folder is created.
I also tried adding code to the post install using this code:
Folder.Create("%AppFolder%\idehelp");
but it creates a folder in program files with the %AppFolder% name and the idehelp. It's skipping the folder \.
Is there anyway to just create an empty folder in my %AppFolder%?
I tried adding a folder reference as shown in the screenshot below, but no folder is created.
I also tried adding code to the post install using this code:
Folder.Create("%AppFolder%\idehelp");
but it creates a folder in program files with the %AppFolder% name and the idehelp. It's skipping the folder \.
Is there anyway to just create an empty folder in my %AppFolder%?
Comment