The name of the file.
<script>
This property returns just the file name, not the full path
The following displays the value of filename in a text stimulus:
<text sometext>
/ items= ("filename = <% script.filename %>")
</text>
The following displays the value of filename in an instruction page:
<page somepage>
filename = <% script.filename %>
</page>