Check a file date

Hello,

I’m a user of The Dude v4.0 beta 3 and I want to know if it’s possible to check the date property of a file?

It’s a backup file log (toto.txt) which change every day and I have to check the last date modification to verifiy if the backup works correctly or not.

Thanks for answers.

Best regards

Use a scheduled task… Write a batch job that can determine if the date is too old and if it is return 0 otherwise return 1, the dude can run it as an external. Search for execute in this forum.

Lebowski

Ok I will try this.

Thanks