FileName Property
The FileName property contains the full path of the current logfile.
Syntax
[string=] SiteKiosk.Logfile.FileName
|
Possible Values
String that retrieves the full path.
|
The property is read only.
Remarks
Examples
The following example shows the full path of the current logfile in an alert window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.Logfile.FileName);
</SCRIPT>
|
Applies to
SiteKiosk v6.5 (and later versions).
Back to top