I know this is probably very simple but for the life of me I can't remember how to do it.
I am searching a directory for a file. Ex. C:\jack.txt
I can find the file with dir("c:\jack.txt") but what I need, is to find the date the file was modified. If it is older than todays date then I need to overwrite it. How do I check for the modified date?
As always,
Thanks in advance for all your help.
Tomson
