I'm storing files on a defined pattern, for example:
D:\Project\date\test_date.xls
The "D:\Project\" part of the path is set, then the file will be saved in a folder which will be named according the date it was saved, for example: "061003" for October 3rd 2006 (the format of the date doesn't matter), then the file name will be built from a set string, for example: "test_" and following that the file date, so the file path and name today will be: D:\Project\061003\test_061003.xls.
I want to create link to different files dynamically, using the date as variant. How can I do that?
Thanks a lot
D:\Project\date\test_date.xls
The "D:\Project\" part of the path is set, then the file will be saved in a folder which will be named according the date it was saved, for example: "061003" for October 3rd 2006 (the format of the date doesn't matter), then the file name will be built from a set string, for example: "test_" and following that the file date, so the file path and name today will be: D:\Project\061003\test_061003.xls.
I want to create link to different files dynamically, using the date as variant. How can I do that?
Thanks a lot