I was able to generate a list with my filenames:
allFiles =['https://myurl.com/something//something_01-01-2020.csv', 'https://myurl.com/something//something_01-02-2020.csv', 'https://myurl.com/something//something_01-03-2020.csv'...]
How could I find the filename with earliest date (within the file name) on this list and extract its date as variable?
Additional scenario: What if I have 00-00-0000.csv and 00-0000.csv on my list?