Hi everyone.
I have a similar problem to the previous one, but more complex. I have an Excel file containing a network path in column A and a file name in column B. I need to read all these rows until the end of the data and check that the modification date of each file is the same as today's date.
I then create a new log file, that tells me: File A - Updated, File B - Not updated, etc.
The file's content will then be a test email, and the subject line should also include a count of the out-of-date files.
Example of an email subject: Out-of-date files: 2.
Is this possible with Easymorph?
Thanks everyone.