hajime
-
Total Posts
:
67
- Scores: 0
-
Reward points
:
0
- Joined: 7/27/2010
-
Status: offline
|
copy files to another folder
Thursday, August 05, 2010 9:40 PM
( permalink)
hi guys i need help i encounter 800A0046 error Permision denied when i use this code, but ive tried another script same code same PC and its working is it the way i declare the variables? btw strFileName is the name of file im copying TDate is the folder name PathProcess = "C:\Processed\" & strFileName Set objFileCopy = objFSO.GetFile(PathProcess) strDestination = "C:\Output\" & TDate objFileCopy.Copy (strDestination)
|
|
|
|