listFiles - 2023.2 English

Vitis Libraries

Release Date
2023-12-20
Version
2023.2 English
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