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?
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?
Boost.Filesystem