Archive: Problem with CopyFiles


Problem with CopyFiles
Hey,

i have a problem with CopyFiles.
The CopyFiles command copied the folder with the invisible folders too. But i only want to copy the visible files and folders.

Could anyone help me?

Thanks....


NSIS uses the windows function SHFileOperation and it does not support this option.

Your only choice is to handle it on your own with the Find* options and copy one file at the time

(On Vista there is a new copy engine that could probably handle this, but unless you only support >=Vista, this would mean even more work)