|
-
December 22nd, 1999, 01:00 PM
#1
FileCopy
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?
-
December 22nd, 1999, 01:41 PM
#2
Re: FileCopy
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
-
December 22nd, 1999, 02:50 PM
#3
Re: FileCopy
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|