Path Property



 
The Path property contains the absolute path of the currently used SiteKiosk configuration file.


Syntax

    [str=] SiteKiosk.Config.Path
Possible Values
    String that retrieves the path.

    The property is read only.
Remarks
    None.
Examples
    The following example shows the path of the currently used configuration file.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteKiosk.Config.Path);
    </SCRIPT>
    

Applies to
    SiteKiosk v6.0 (and later versions).

Back to top