Thread: how to get folder content

  1. #1
    coder
    Join Date
    Feb 2008
    Posts
    127

    how to get folder content

    hello
    Is there any platform independent library that allows me to get the content of a folder, or anyway to do any common stuff with the file system?
    thanks

  2. #2
    Registered User
    Join Date
    Jan 2005
    Posts
    7,366
    boost::filesystem is a good cross-platform library for that kind of stuff. Also, POSIX functions will work on many different platforms.

  3. #3
    coder
    Join Date
    Feb 2008
    Posts
    127
    gonna take a look, thanks Daved

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Reading .dat files from a folder in current directory...
    By porsche911nfs in forum C++ Programming
    Replies: 7
    Last Post: 04-04-2009, 09:52 PM
  2. accessing all files in a folder.
    By pastitprogram in forum C++ Programming
    Replies: 15
    Last Post: 04-30-2008, 10:56 AM
  3. Not able to access directory of home folder
    By Bargi in forum Linux Programming
    Replies: 1
    Last Post: 02-06-2008, 02:45 AM
  4. Hiding a folder
    By nextstep in forum Windows Programming
    Replies: 16
    Last Post: 03-20-2005, 03:07 PM