recolo.data_structures.read_abaqus_rpts.list_files_in_folder
- recolo.data_structures.read_abaqus_rpts.list_files_in_folder(path, file_type='.rpt', abs_path=False)
List all files with a given extension for a given path. The output is sorted Parameters ———- path : str
Path to the folder containing the files
- file_typestr
The file extension ex. “.rpt”
- list
A list of sorted file names