Search code examples
c++directorymultiplatform

Scan through directories c++


What would be the best way to recursively scan through a directory in c++? This is supposed to run on all operating systems so which api would work best?


Solution

  • Boost.Filesystem