Having trouble with continue if ... in an Action Script

(imported topic written by choro)

I’m looking to continue only if the Mod date equals the one specified…

continue if {modification time of file (pathname of client folder of current site) & “__Download\file.name” = time “Wed, 02 May 2007 16:55:47 -0400”}

I’m getting an “Relevance substitution failed” error …

Obviously i’m missing something… :o :o

Thanx for the help …

(imported comment written by jessewk)

Try this:

continue if {modification time of file (pathname of client folder of current site & “__Download\file.name”) = time “Wed, 02 May 2007 16:55:47 -0400”}