Home All Groups Group Topic Archive Search About

How do u copy multiple files from a lsbox to somewhere else using vb.net

Author
31 Oct 2006 4:30 AM
surimca2002
How do u copy multiple files from a lsbox to somewhere else?  Does a
CopyFile
method work in this case?  If so, how do I manage to copy multiple
files?

using vb.net

pls give me solutions asap.

Author
31 Oct 2006 7:36 PM
ImageAnalyst
Yes use that or
My.Computer.FileSystem.CopyFile()
but as far as I know,you have to go down the list seeing if the item is
selected before you do the copy so basically you have to do it one at a
time rather than in one line of code that will copy the whole batch.
Regards,
ImageAnalyst.


surimca2***@gmail.com wrote:
Show quoteHide quote
> How do u copy multiple files from a lsbox to somewhere else?  Does a
> CopyFile
> method work in this case?  If so, how do I manage to copy multiple
> files?
>
> using vb.net
>
> pls give me solutions asap.