Results 1 to 4 of 4

Thread: Copying a filelist box

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2000
    Location
    Staffodshire, England
    Posts
    32
    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!

  2. #2
    Lively Member
    Join Date
    Jun 1999
    Posts
    120
    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...

  3. #3

    Thread Starter
    Member
    Join Date
    Mar 2000
    Location
    Staffodshire, England
    Posts
    32
    Im trying to copy every file to another directory!!


  4. #4
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221

    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
  •  



Click Here to Expand Forum to Full Width