Search found 2 matches
- Wed Jul 23, 2008 8:29 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: Date macro fails under specific circumstances
- Replies: 3
- Views: 9341
Thanks for your swift reply. What i'm trying to do is the following: once a day i have to check for the existence of a file that has an incrementing number in it's filename that is related to the day of year, as such: today's check should find a file called file439.txt tomorrow's check should find a...
- Wed Jul 23, 2008 8:03 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: Date macro fails under specific circumstances
- Replies: 3
- Views: 9341
Date macro fails under specific circumstances
I have a file availability check as follows: \\path\to\destination\filename%jjj[+162d]%.txt This check fails when the the resulting number is higher than 366, i.e. it will detect the existence of this file: \\path\to\destination\filename366.txt but will not detect the existence of this file: \\path\...