Search For a Directory

This is a discussion on Search For a Directory within the C++ Programming forums, part of the General Programming Boards category; Can someone explain how I would search for a folder (not a file) by name. I'm thinking I would user ...

  1. #1
    Registered User IdioticCreation's Avatar
    Join Date
    Nov 2006
    Location
    Lurking about
    Posts
    225

    Search For a Directory

    Can someone explain how I would search for a folder (not a file) by name. I'm thinking I would user WIN32_FIND_DATA? All the examples I found were to search for a specific file. Anyone, can someone get me off in the right direction?

    Thanks
    If you take something apart and put it back together enough times, you will eventually have enough parts left over to build a second one.

  2. #2
    Just Lurking Dave_Sinkula's Avatar
    Join Date
    Oct 2002
    Posts
    5,006
    7. It is easier to write an incorrect program than understand a correct one.
    40. There are two ways to write error-free programs; only the third one works.*

  3. #3
    Registered User IdioticCreation's Avatar
    Join Date
    Nov 2006
    Location
    Lurking about
    Posts
    225
    Oops, Thanks.
    If you take something apart and put it back together enough times, you will eventually have enough parts left over to build a second one.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. How can i check a directory for certain files?
    By patrioticpar883 in forum C++ Programming
    Replies: 13
    Last Post: 02-01-2008, 04:27 PM
  2. Finding files in a directory
    By smarta_982002 in forum C Programming
    Replies: 1
    Last Post: 01-25-2008, 09:10 AM
  3. Firefox and Google Search
    By DeepFyre in forum Tech Board
    Replies: 0
    Last Post: 01-16-2005, 09:28 AM
  4. Simple search program
    By colinuk in forum C Programming
    Replies: 6
    Last Post: 12-18-2004, 12:58 AM
  5. Again Character Count, Word Count and String Search
    By client in forum C Programming
    Replies: 2
    Last Post: 05-09-2002, 11:40 AM

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21