I need to copy a few folders and files to a new location. How can I copy the all the files.
I tried
filecopy(strSrcDir & "pictures\*.*", strNewDir & "pictures\*.*"
but get the error "Run-time error '75': Path/File Access Error.
Any help.
I tried
filecopy(strSrcDir & "pictures\*.*", strNewDir & "pictures\*.*"
but get the error "Run-time error '75': Path/File Access Error.
Any help.