Results 1 to 4 of 4

Thread: VB for searching hard-drive

  1. #1

    Thread Starter
    Member
    Join Date
    Jul 2000
    Posts
    37
    Ho can I have my VB program search the hard drive for specific files?

  2. #2
    Guest
    Found this on VB-World: Find All Files

  3. #3
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946
    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

  4. #4
    Guest
    FindFirstFile will only find the first match. You would need to loop through the FindNextFile API to find the rest of the matches.

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