Function glob_wrapper¶
-
int
o2scl
::
glob_wrapper
(std::string pattern, std::vector<std::string> &matches)¶ Wrapper for the glob() function which finds files which match a pattern.
- Idea for Future:
Fix for openSUSE (see https://github.com/awsteiner/o2scl/issues/8 )
- Warning
This function may not work on all operating systems.