Ticket #223 ( Closed )

Short Description File exists syntax and accessing tranpath value
Entered By: Michael - Charleston When: 1998-12-04 10:40:27 Build: 1.03.07A
Categories Type: Question   Department: Product   Category: SurferScript
Description
First, from my best take on the documentation in the SurferScript reference, here's how I wrote my FileExists statement:

Files exists returns <TESHOW FileExists(c:/Screensurfer/HostServer/docs/CaseProfiles/CP101997000001.html)>

Obviously since the compiler choked on this I don't have something right, but what?


Next, I am trying to access the value of tranpath_1 and tranpath_2 and have tried all of the following but none work:
webTranpath_1 is <TESHOW web.tranpath_1>
screenTranpath_1 is <TESHOW screen.tranpath_1>
envTranpath_1 is <TESHOW env.tranpath_1>
taskTranpath_1 is <TESHOW task.tranpath_1>
serverTranpath_1 is <TESHOW server.tranpath_1>

So, how do I access that value?