Hi
I am trying to copy a file to an another folder
But it gives an error
Run time error '70'
Permission denied
I couldn't find what is the problem
Thanks in advice...
I am trying to copy a file to an another folder
Code:
Dim FSys As New Scripting.FileSystemObject
Code:
FSys.CopyFile CommonDialog1.FileName, App.Path & "\pics\pattern", True
But it gives an error
Run time error '70'
Permission denied
I couldn't find what is the problem
Thanks in advice...