ErrorCode listFiles (
const char* path_pattern,
std::vector <std::string>& file_list
)
list all the file name that matche the path_pattern
Parameters:
path_pattern |
specify the path_pattern for regex |
file_list |
store the file name that matched the path_pattern |
Returns:
fail/success