up Inquisit Language Reference

file property

The path of the html file.

Member of

<htmlPage>

Syntax

htmlpage.name.file

Read/Write

Type

string

Remarks

The path of the html file.

Examples

The following displays the path of htmlPage 'feedback' in an instruction page:

<page myPage>
file = <% htmlPage.feedback.file %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.