|
-
Mar 20th, 2000, 04:16 PM
#1
Thread Starter
Member
Is there a way of copying all files from a filelist box, without having to select any of them, I tried putting all files under one variable name and copying that, but i could not get it to work.
Is there a way!!!
Thanks in advance!
-
Mar 20th, 2000, 04:46 PM
#2
Lively Member
pardon me but i don't get your question...
what are you trying to do?
are you trying to copy the contents of
all the files into one file or are you
trying to copy all the files into a
directory or something?
please be more specific...
-
Mar 20th, 2000, 05:00 PM
#3
Thread Starter
Member
Im trying to copy every file to another directory!!
-
Mar 20th, 2000, 08:05 PM
#4
transcendental analytic
Is this what you're trying to do?
For n = 0 To File1.ListIndex - 1
FileCopy File1.List(n), Destinationdir
Next n
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
|