Hello!
š
Are there any libraries that allow to walk through a filesystem (linux filesystem in particular). At best I would like to find some library that provides an ``iter'' function that will recursively iterate over files and subdir in the given folder. At the very best, a library resembling (by functionality) boost.filesystem will be very nice.
š
Thanks in advance!