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?
Scan through directories c++
989 Views Asked by a sandwhich At
2
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