Get ftp://ftp.ieinc2.com/pub/surfer/t1_3_27f.zip which has the new function FileExists("filename").
This can be used like:
<TEIF FileExists(TestFileName)>
<TEPUTSECTION DownLoadPage>
<TEELSE
<TEPUTSECTION WaitaBitInstructions>
</TEIF>
PLEASE NOTE-- literals in Screensurfer if passed in an expression need "doubled-up" backslashes, as with C or JavaScript, since text expressions in SurferScript support \n as a newline, and a few others. So if you use a literal for the path, remember to use d:\\screensurfer\\hostserver\\docs \\ as the start of the name (or whatever).
|