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
str
orpathlib.Path
Starting path.
- file_pattern
str
File pattern to match.
- path
- Returns:
list
List of files matching the given pattern.