hpcflow.sdk.core.utils.search_dir_files_by_regex#

hpcflow.sdk.core.utils.search_dir_files_by_regex(pattern, group=0, directory='.')#

Search recursively for files in a directory by a regex pattern and return matching file paths, relative to the given directory.

Return type:

List[str]