The name of the file.
<data> <dataStream> <eyeTracker> <eyeTrackerSrResearch> <eyeTrackerTobii> <summaryData> <script> <survey>
object.name.fileName
Read Only
string
This property returns just the file name, not the full path
The following displays the value of fileName in a text stimulus:
<text myText>
/ items= ("fileName = <% script.fileName %>")
</text>
The following displays the value of fileName in an instruction page:
<page myPage>
filename = <% script.fileName %>
</page>