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

path A string in quotes indicating a valid path to a 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>

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