The full path of the file.
<script>
The full path can be a url or local path.
The following displays the value of fullpath in a text stimulus:
<text sometext>
/ items= ("fullpath = <% script.fullpath %>")
</text>
The following displays the value of fullpath in an instruction page:
<page somepage>
fullpath = <% script.fullpath %>
</page>