Hello guys.
Seems like an easy-to-solve problem.
File.Copy(SessionVar.Expand("%AppFolder%\\Scenery\ \FILE.dxf"), "%OtherFolder%\\World\\Scenery\\", false, true);
...results in no file being copied while both variables were triple-checked to be correct. I am putting the command into the After Installing - On Preload window. The idea is simply to copy the FILE.dxf file (after installation) from %AppFolder%\\Scenery to %OtherFolder%\\World\\Scenery . AM I doing something stupid?
Seems like an easy-to-solve problem.
File.Copy(SessionVar.Expand("%AppFolder%\\Scenery\ \FILE.dxf"), "%OtherFolder%\\World\\Scenery\\", false, true);
...results in no file being copied while both variables were triple-checked to be correct. I am putting the command into the After Installing - On Preload window. The idea is simply to copy the FILE.dxf file (after installation) from %AppFolder%\\Scenery to %OtherFolder%\\World\\Scenery . AM I doing something stupid?

Comment