Results 1 to 2 of 2

Thread: [SOLVED] Boost Filesystem

  1. #1
    Join Date
    Feb 2007
    Beans
    281

    Question [SOLVED] Boost Filesystem

    C++/Boost: I'm using the Boost Filesystem header to check directories, and I find the site's documentation page difficult to understand... does anyone know of other sites that document Boost Filesystem?

    The specific problem I'm having is trying to find all of the contents of a directory... I'm not entirely sure how to do it. As I understand it I have my directory iterator, and I increment it until I've incremented through the contents of the whole directory... however, I'm not sure how to do that in a while loop. I have an example on my computer that does it, but it uses a seemingly empty directory iterator to signify the end... but if at all possible, I would rather not declare an empty directory iterator.

  2. #2
    Join Date
    Feb 2007
    Beans
    281

    Re: Boost Filesystem

    Ok, I've figured out how to do what I needed to do, but if anyone knows any other sites that document Boost, I'd still love to know what they are.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •