I have a folder "Myfolder" and in it I have multiple files, say 10 for arguments sake.
Is there a function which will tell me last date modified...I am running a job which should change data in all files of MyFolder...sometimes it doesn't..

So I need to read the last date modified of all files in Myfolder and then send a message if one of the 10 doesn't have a modified date to match todays date.
Thanks,
Wayne