up Inquisit Language Reference

fullpath property

The full path of the file.

Member of

<script>

Remarks

The full path can be a url or local path.

Examples

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>

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