up Inquisit Language Reference

fullPath property

The full path of the file.

Member of

<data> <dataStream> <eyeTracker> <eyeTrackerSrResearch> <eyeTrackerTobii> <summaryData> <script> <survey>

Syntax

object.name.fullPath

Read Only

Type

string

Remarks

The full path can be a url or local path.

Examples

The following displays the value of fullPath in a text stimulus:

<text myText>
/ items= ("fullPath = <% script.fullPath %>")
</text>

The following displays the value of fullPath in an instruction page:

<page myPage>
fullpath = <% script.fullPath %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.