recursive_glob#
- ansys.aedt.core.generic.file_utils.recursive_glob(path: str | Path, file_pattern: str)#
Get a list of files matching a pattern, searching recursively from a start path.
- Parameters:
- path
strorpathlib.Path Starting path.
- file_pattern
str File pattern to match.
- path
- Returns:
listList of files matching the given pattern.