up Inquisit Language Reference

file attribute

The file attribute specifies the full or relative path to a file.

Member of

<htmlPage>

Syntax

/ file = path

Parameters

Name Type Description
path htmlfile A string indicating a valid path to an html file.

Remarks

For the include element, file indicates an external script for the parser to include while processing a script file. For the batch element, file indicates a script to run as part of a group of scripts. For the htmlpage element, file indicates an html file to display as instructions.

Examples

The following runs the specified script:

<batch>
/ file = "C:\myscripts\foo.iqx"
</batch>

The following displays the specified html instruction page:

<htmlpage>
/ file = "https://www.millisecond.com/instruction.html"
</htmlpage>

Copyright Millisecond Software, LLC. All rights reserved.