SyRenity
13th February 2004 23:23 UTC
CopyFiles Function question
Hi there.
I have some problem copying directory with CopyFiles. Is it possible at all, or should I use some weird loop with FindFirst and FileNext and go file after file? An example would be very helpfull.
Thanks in advance.
Joost Verburg
14th February 2004 00:10 UTC
Please explain the problem and attach relevant script code. CopyFiles works fine, the syntax is almost the same as when you are copying files in a console.
SyRenity
14th February 2004 00:58 UTC
CopyFiles "$EXEDIR/forInstall" "$INSTDIR\"
I need to copy the forInstal directory, but it simply doesn't copy anything.
Vytautas
14th February 2004 07:08 UTC
Have you tried this?
CopyFiles "$EXEDIR\forInstall" "$INSTDIR\"
Vytautas
SyRenity
14th February 2004 12:34 UTC
Stupid me :)... too much Linux.