i no the code to copy a file to a location and its like this: FileCopy startpath, end path
for some reason thats not working, any suggestions?
Printable View
i no the code to copy a file to a location and its like this: FileCopy startpath, end path
for some reason thats not working, any suggestions?
Hey Mr. Bucket (or was it Piss? Dunno. Could never keep names straight.)
Could you post a sample of the code you are using with the FileCopy statement? If you are dynamically creating your file path it may be incorrect, also, I don't believe FileCopy will create a directory if it doesn't exsist.
Brewguru99
hey, i got it worked out, i put:
FileCopy "c:\whatever.whatever", "d:\whatever"
i screwed around and i put:
FileCopy "c:\whatever.whatever", "d:\whatever\whatever.whatever"
and that worked, thnx anyways