Hello,
I need to check a lot of folders for the existence of files and older than 4 days. For a specific folder it's ok, but how can I check all subfolders?
Example:
C:\db\xx\test1.txt
C:\db\yy\test1.txt
C:\db\zz\test1.txt
I want to check C:\db and his subfolders in ONE test.
I have tried C:\db\*\*.txt and so on. It doesn't work.
Please help.
RG
Holger
File/Folder availability
If you just need to know number of such old files and set Bad status (start actions) in some cases (e.g. if 1 or more old files detected), you can use Count Files test. Please check settings - there is option to check file age.
If you need to get list of all these old files, you have to create your own test, e.g. using Shell Script test method.
Regards
Alex
If you need to get list of all these old files, you have to create your own test, e.g. using Shell Script test method.
Regards
Alex