Hi Alex,
i know, but I'm searching for files older than xx days in the subfolder.
I think that the only test for this is "folder/file availability".
RG
Holger
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\*\*....