up Inquisit Language Reference

filename property

The name of the file.

Member of

<script>

Remarks

This property returns just the file name, not the full path

Examples

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>

Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.