My File/Directory Name is: %sSourceDir%%sFileName% Holding my mouse over it correctly equates it to: \ImageTest\Release\Globals\Dictionaries\american.adm. That file exists.
What do you have in your GetDate script event? without that info it’s difficult to figure out exactly what’s happening. We did find a problem with using DateTime Finalbuilder variables which we fixed by changing the format of the returned string, however I suspect you may be seeing a different issue. The build below may be worth trying :
Is the format function something that you are calling in the Project Global script? If so could you please provide the code that is being called in the Project Global Script.
I was able to reproduce this here, assuming you are using the Javascript dateFormat extension from stevenlevithan.com? I have made some more changes to make it more backwards compatible with the old datetime format. Having said that, there is a way to achieve what you want in FB7 without resorting to scripting. Variables in FB7 can be either a variant (like in FB6 and earlier) or typed. Some variable types allow you to specify a format string, so if you specify your variable as a DateTime type and the format string as yyyy-mm-ddThh:nn:ss - then when the variable is used in a text field it will output the date in that format.