Archive: CopyFiles Function question


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.


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.


CopyFiles "$EXEDIR/forInstall" "$INSTDIR\"

I need to copy the forInstal directory, but it simply doesn't copy anything.


Have you tried this?

CopyFiles "$EXEDIR\forInstall" "$INSTDIR\"

Vytautas


Stupid me :)... too much Linux.