n0On3
2nd June 2002 23:25 UTC
about the "Copy" function
When I use the "Copy" function to copy a file to a folder that doesn't exist, NSIS simply sets the error flag (I think). I would like to have a switch for that command to allow the cration of the folder when it doesn't exist.
veekee
2nd June 2002 23:33 UTC
Well, using SetOutPath $INSTDIR/newpath should create the new directory if this does not exist ;) !
kichik
3rd June 2002 10:57 UTC
printf("Oopsy... Someone has already answered the question\n");
//IfErrors should do the trick...