CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Dec 2004
    Location
    Paso de Robles
    Posts
    296

    Getting a directory listing

    It has been a while since I have been here, but my interest in computers is perking up again. Anyways, I would like to know if there is a standard way like through the STL to get a listing of files in a directory and there complete paths.

  2. #2
    Join Date
    Aug 1999
    Location
    <Classified>
    Posts
    6,882

    Re: Getting a directory listing

    I think that will be platform dependant, there was few functions in old C/C++ compilers but I dont think they work for 32/64 bit OS. What are your priorities, are you targetting specific OS ?
    Regards,
    Ramkrishna Pawar

  3. #3
    Join Date
    Nov 2006
    Location
    Essen, Germany
    Posts
    1,344

    Re: Getting a directory listing

    No, but there is a filesystem library in the [URL=www.boost.org]boost[/b] project which can.
    - Guido

  4. #4
    Join Date
    Dec 2004
    Location
    Paso de Robles
    Posts
    296

    Re: Getting a directory listing

    I was just curious. Thanks guys.

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

Featured