|
-
Dec 22nd, 2001, 10:24 AM
#1
Thread Starter
Hyperactive Member
Comparing Files & Copying Files
Hi how do I:
- Compare files in 2 diffrent directories
- Copy a file from 1 dirtectory to another
Thanks for any help, and have a merry christmas
-
Dec 22nd, 2001, 10:44 AM
#2
We had a discussion about file comparasing in this thread: http://www.vbforums.com/showthread.p...hreadid=125193
To copy a file simply use the FileCopy statement:
VB Code:
FileCopy "c:\OneFolder\TheFile.txt", "c:\OtherFolder\TheNewFileName.txt"
Best regards
-
Dec 22nd, 2001, 10:55 AM
#3
Thread Starter
Hyperactive Member
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
|