Archive: Copy files from another directory


Copy files from another directory
Hi Everyone,
I'm pretty new to nsis. Therefore I was wondering how do you guys copy files from one directory to another directory? I know I can used CopyFiles to copy files and for loop to loops through. But how can I loop through the file to get the file names and used CopyFiles to copy files to the other directory.


Use wildcards *.*.

Stu