CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Aug 2004
    Posts
    52

    Cool Reading directory contents

    Hi I'm working on a win32 project and i was wondering if there is someone here who knows how to read directory file contents(like the option of Browse from almost every application)

  2. #2
    Join Date
    Feb 2003
    Location
    Iasi - Romania
    Posts
    8,244
    Last edited by ovidiucucu; May 29th, 2006 at 05:38 AM. Reason: correcting the link
    Ovidiu
    "When in Rome, do as Romans do."
    My latest articles: https://codexpertro.wordpress.com/

  3. #3
    Join Date
    Dec 2004
    Location
    Leamington Spa, UK
    Posts
    202

    Re: Reading directory contents

    The link above seems dead...or is it just me?

  4. #4
    Join Date
    May 2003
    Location
    Dublin
    Posts
    6

    Re: Reading directory contents

    Try the CFileFind class (or something similar!)

  5. #5
    Join Date
    Feb 2003
    Location
    Iasi - Romania
    Posts
    8,244

    Re: Reading directory contents

    Quote Originally Posted by greekgoddj
    The link above seems dead...
    Now it's alive again.

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