cyrxnopt_analysis.utilities namespace
Submodules
cyrxnopt_analysis.utilities.get_files module
- cyrxnopt_analysis.utilities.get_files.get_files(directory: str, pattern: str = '*', recursive: bool = False) List[str][source]
Helper function to get all files in a directory that match a given pattern.
- Parameters:
- Returns:
List of matching files joined with the given directory path.
- Return type:
List[str]