Function swri_system_util::load_all_files

Function Documentation

std::vector<std::string> swri_system_util::load_all_files(const std::string &path, std::string &directory)

Return a list of all file names within a directory (handles wildcard character “*”).

Parameters:

path[in] The absolute path containing the files (Add wildcard to filename).

Returns:

The list of filenames of all found files