|
-
Dec 11th, 2001, 01:19 PM
#1
Thread Starter
Frenzied Member
Copying a file
If I want to write a program that copies an already existing file on PC's Hardrive and save it to a folder. The folder also should be automatically created. How is this possible? Please help!!!
-
Dec 11th, 2001, 01:22 PM
#2
Frenzied Member
I believe the functions you'll need are:
mkdir
filecopy
-
Dec 11th, 2001, 02:29 PM
#3
Frenzied Member
u will need more than that because you will ave to check if the folder is aready there before you create it i think a FSO will do better
-
Dec 11th, 2001, 02:57 PM
#4
Bouncy Member
you dont have to use fso's (even though i love them!) to see if a directory exists, you can use the Dir$ function
-
Dec 11th, 2001, 03:15 PM
#5
Frenzied Member
Originally posted by darre1
you dont have to use fso's (even though i love them!) to see if a directory exists, you can use the Dir$ function
LOL ya i lkie them 2 ....ya that is true also...just i think FSO's are easier
-
Dec 11th, 2001, 03:51 PM
#6
Fanatic Member
What is a fso
Walter Richardson
Striver2000 Christian Productions
Iam seventeen but since I started VB in June of 01 GOD has been helping me excell by finding this great forum with a bunch of GREAT PEOPLE!
-
Dec 11th, 2001, 03:58 PM
#7
Bouncy 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
|