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

  • Thread starter Thread starter surimca2002
  • Start date Start date
S

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.
 
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.
 
Back
Top