I would like to set up a job that checks a directory every morning at 5 am. If the file exists with todays creation date, do nothing. If the file does not exist or is from a previous day, I need to send out an email.
Right now I have a long way of doing this (check if file exists, check the create date was today, copy file, if copy fails send email).
Is there a more direct way to accomplish this? The file name will ALWAYS be the same.