in reply to Accessing a folder whose name changes daily
What OS are you using? Under Windows, I would setup a watch folder using Win32::ChangeNotify. Under Linux, I would glob the dir list and look for changes from the last glob.
While testing this post I found this module on cpan you may want to look at File::ChangeNotify
|
|---|