Hi
I want to make a program to control the absence of archives, with base in the generation sequence.
filename_xxxx_DDMMYY.pyy
filename_9999_150808.p00
filename_9999_150808.p01
filename_9999_150808.p02
filename_0001_160808.p00
filename_0002_170808.p00
filename_0002_170808.p01
filename_0002_170808.p03
filename_0004_180808.p00
xxxx-> 0000 - 9999
yy-> 00-FF
Every day several archives are generated. What requires is to validate that it does not lack some file.
in this case not is the file filename_0002_170808.p02 and
filename_0003_??????.???
Thanks malpa