Hi,
I have copy the filenames in the directory to a text file. The format of the file is
[year month date page#]-> [0010102.lib]
so this would denote 1900, January, 1st, page 2.
How would I get the list of files in the file that ends anything after the specific date but not the page number. So I would be able to see the list of pages on the specific date.
So it would be:
[000101##.blah], # = any number, no characters.
Thank You
Henry
I have copy the filenames in the directory to a text file. The format of the file is
[year month date page#]-> [0010102.lib]
so this would denote 1900, January, 1st, page 2.
How would I get the list of files in the file that ends anything after the specific date but not the page number. So I would be able to see the list of pages on the specific date.
So it would be:
[000101##.blah], # = any number, no characters.
Thank You
Henry