listFiles - 2024.2 English

Vitis Libraries

Document ID
XD160
Release Date
2024-11-29
Version
2024.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