|
-
July 29th, 1999, 01:03 PM
#1
How to COPY Files?
This is a dumb question, but how can I, with Visual C++, copy one file to another path ?
I have dos functions that will do this, I'm not quite sure they will support the long filenames. Curiously there doesn't seem to have a Copy function in the CFile class.. but it has a rename..
Thank you.
-
July 29th, 1999, 01:06 PM
#2
Re: How to COPY Files?
You could try CopyFile...
-
July 29th, 1999, 01:11 PM
#3
Re: How to COPY Files?
Let's say that one was pretty easy.
I can't beleive I missed that!
-
July 29th, 1999, 01:34 PM
#4
Re: How to COPY Files?
you can use the ambiguously named api function CopyFile(...)
miked
-
July 30th, 1999, 02:15 PM
#5
Re: How to COPY Files?
CopyFile(yourfile, path+file)
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
|