Re: [Tutor] operate on files based on comparing filenames to today's date

2019-03-28 Thread Cameron Simpson
Before getting to your specific question, a few remarks below: On 28Mar2019 12:08, Matthew Herzog wrote: I have cobbled together this code which gives me regex matches of files whose names either begin with either MMDD_? or erased_YYMMDD_? and whose extensions are exml or ewav. todaystri

[Tutor] operate on files based on comparing filenames to today's date

2019-03-28 Thread Matthew Herzog
I have cobbled together this code which gives me regex matches of files whose names either begin with either MMDD_? or erased_YYMMDD_? and whose extensions are exml or ewav. Now I need to compare the date string (regex match) in the filename to today's date. If the result of the comparison resu