S
Silvester
I check the file creation date/time of a custom dll on app startup in my
autoexec macro using
if (FileDateTime(filepath) = "21/3/2004 4:26:16 PM"
etc
When distributing the app I find that each user machine returns the file
creation date/time in different formats eg:
3/21/2004 16:26:16
3/21/04 4:26:16 PM
which throws the "if" condition off and halts the autoexec.
How can I check the (FileDateTime(filepath) for the above conditions no
matter what the formatdatetime of the user machine ?
Thanks in advance
autoexec macro using
if (FileDateTime(filepath) = "21/3/2004 4:26:16 PM"
etc
When distributing the app I find that each user machine returns the file
creation date/time in different formats eg:
3/21/2004 16:26:16
3/21/04 4:26:16 PM
which throws the "if" condition off and halts the autoexec.
How can I check the (FileDateTime(filepath) for the above conditions no
matter what the formatdatetime of the user machine ?
Thanks in advance