Page 1 of 1

File Date Check

Posted: Thu Feb 13, 2014 1:02 pm
by Nichesoft
Hello

We need to check the Date Modified date of an EXE before we run our update or even allow the update to run.
Is there a date compare in IA where I an say IF (FileDate > mm-dd-yyyy) Then blah

AND

have it know date formatting so canada doesn't mess it up with dd-mm-yyyy?

Thanks!

Re: File Date Check

Posted: Fri Feb 14, 2014 10:18 am
by FrancescoT
Dear User,

There is nothing built in to do this I'm afraid; you may be able to call one of the Windows internal functions to get something along the lines of what you are after (using the Call DLL Function).

Alternatively, you could check the file version instead.

Regards