get_most_recent_file(filelist)
Previously named GetMostRecentFile
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
filelist |
list tuple |
List of file paths from wich to search the most recent one. |
required |
Returns:
| Type | Description |
|---|---|
most_recent_file (str) |
Path to the most recent file. |