Hi,
i have i little app which should copy one file from one folder to another. But if i call this app i got the error 70: Access Denied.
Here's the code:

set fso = CreateObject("Scripting.FileSystemObject")
frmStep2.fso.copyfile App.Path & "\files\aDll.dll", frmStep2.txtDLL.Text




Does anyone knows what could be wrong?

thanks

Akademos