Archive: Coping files from the virtual path


Coping files from the virtual path
Hi

I have a problem with the files to copy in the installation....

...for example, the user selected in the Installer a path, I need to copy from this path to another path

This is my code:
File /a /r "$R1\*.*"

When I compile, I get the following error:

File: "$R1\*.*" -> no files found.

but $R1 is a value entered by the user.. Am I doing something wrong??

Thanks,
Kadir


Yes. Use CopyFiles not File.

Stu