ConfigPath Property



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


Syntax

    SiteKiosk.StartSettings.ConfigPath [=str]
Possible Values
    String that specifies or retrieves the path.

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

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

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

Back to top