Thread: Listing Files help

  1. #1
    Registered User
    Join Date
    Jul 2005
    Posts
    8

    Listing Files help

    Can anyone give me a Win32 example of how to list files from a directory and subdirectory without using <dirent.h>?

  2. #2
    Banned
    Join Date
    Jun 2005
    Posts
    594
    Here Ya Go



    Ooops, sorry didnt pay attention what you are asking for,
    oh well it good reading anyways. Was just thinking
    console programming since you posted in this section,
    should maybe consider a post in win32 programming
    section, if that is indeed what you are needing. But if
    you just mean a solution that work on win32,
    and not a win32 GUI application that does it, then this IS
    what you are looking for.
    Last edited by ILoveVectors; 07-06-2005 at 09:13 AM.

  3. #3
    Registered User
    Join Date
    Jul 2005
    Posts
    8

    Listing files

    Yeah, I just need something that will work on win32

    Thanks

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Program Deployment and DLL/OCX Files?
    By dfghjk in forum C++ Programming
    Replies: 5
    Last Post: 06-16-2008, 02:47 AM
  2. Listing specific files in a directory
    By knirirr in forum C Programming
    Replies: 14
    Last Post: 01-29-2008, 05:42 AM
  3. Listing files in C
    By Ezzetabi in forum Linux Programming
    Replies: 4
    Last Post: 10-19-2006, 11:17 PM
  4. Using c++ standards
    By subdene in forum C++ Programming
    Replies: 4
    Last Post: 06-06-2002, 09:15 AM
  5. displaying text files, wierd thing :(
    By Gades in forum C Programming
    Replies: 2
    Last Post: 11-20-2001, 05:18 PM