c++11 - C++ style glob() function? -
i know glob()
function available search file pattern on posix systems. c style function however, providing char **
of results.
is there c++ style equivalent function glob()
(i couldn't find under boost or c++11 references)? want returns type of collection of paths strings.
Comments
Post a Comment