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!
Printable View
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!
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...:)
Im trying to copy every file to another directory!!
:)
For n = 0 To File1.ListIndex - 1
FileCopy File1.List(n), Destinationdir
Next n