|
-
Sep 18th, 2003, 11:12 PM
#1
File copy... is there a statement?
If Kill Statement deletes a file; MkDir, RmDir are for making and removing directories... my question is, "Is there a similiar statement that can perform file copy from source path to destination path?"
I think I came across it once but I'm not sure if it exists...
Could someone help me refresh my memory?
-
Sep 18th, 2003, 11:25 PM
#2
-= B u g S l a y e r =-
-
Sep 19th, 2003, 01:31 AM
#3
Thanks.
Hehehehe... I feel so stupid I blame my failing memory on old age.
-
Sep 19th, 2003, 01:40 AM
#4
-= B u g S l a y e r =-

how old ?
-
Sep 19th, 2003, 07:20 AM
#5
Hyperactive Member
hi,
i think u need this for dos command.
u can use copy source dest
in vb
using filesystem object
fs.copyfile
-
Sep 19th, 2003, 08:04 AM
#6
-= B u g S l a y e r =-
Originally posted by jayakumar
hi,
i think u need this for dos command....
? what do you mean ?
-
Sep 19th, 2003, 10:42 AM
#7
Conquistador
there's a dos command
copy source dest
same as xcopy

i assume that's what he meant
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
|