Hi, i wrote this code as below but i keep getting a file not found error. I know the file exists, but im assuming there is something wrong with the code. By the way i am trying to copy all the files from the temp folder located in a datadirectory to the source of the dataDirectory.
fileSysObject.CopyFile dataDirectory & "\Temp", dataDirectory, overwrite
fileSysObject.CopyFile dataDirectory & "\Temp", dataDirectory, overwrite