Archive: CopyFiles


CopyFiles
does CopyFiles also copy folders eg:
C:\to\installer\install.exe would copy:
...\installer\dir\a.txt
???


NSIS uses this API for it :)


but would, say i had the installer in C:\Files\
would CopyFiles $EXEDIR\*.* C:\blahblah\
copy C:\File\thing.txt
and C:\File\random\
and C:\File\random\a.txt
and C:\File\random\poop\
???
the msdn page does seem to say much
in fact is this the correct instruction to use?
thanks for the sppedy reply


just found out that it does