Thread: Enumerate all

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Android geek@02's Avatar
    Join Date
    Mar 2004
    Location
    Kurunegala Colony, Sri Lanka, Sri Lanka
    Posts
    470

    Enumerate all

    Hi!
    I want to write a code to enumerate through all the folders in the Windows shell, to find a specific file. I know how to navigate to any folder using things like IShellFolder and IEnumIdList interfaces, FindFirstFile and FindNextFile functions, but don’t know how to write it to begin at the desktop and go automatically through each and every folder in the shell. Can anyone point me to a code or an article that explain this kind of enumeration? Or give me some instructions for doing it?
    Thanks in advance.
    Last edited by geek@02; 06-10-2004 at 09:39 AM. Reason: ----

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. how to enumerate all permulations
    By patiobarbecue in forum C Programming
    Replies: 3
    Last Post: 01-12-2009, 08:55 PM
  2. [code] Enumerate IE instances and retrieve interfaces.
    By anonytmouse in forum Windows Programming
    Replies: 1
    Last Post: 05-05-2004, 08:01 AM
  3. Enumerate ALL CD-drives
    By Steph in forum Windows Programming
    Replies: 3
    Last Post: 06-04-2003, 12:24 AM
  4. Enumerate type
    By dv007 in forum C Programming
    Replies: 8
    Last Post: 07-15-2002, 03:32 PM
  5. Replies: 1
    Last Post: 05-28-2002, 11:20 AM