in reply to Accessing a folder whose name changes daily
You could use localtime() to predict what the folder should be called, and validate that at the same time.
Alternatively you could scan through all the directories and see if the file is anywhere, using opendir or File::Find
|
|---|