Clear Method
The Clear method clears all files and subdirectories of the root directory.
Syntax
SiteKiosk.CDRecording.RootDirectory.Clear()
|
Return Value
Remarks
Examples
The following example clears all files and subdirectories of the root directory.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
SiteKiosk.CDRecording.RootDirectory.Clear();
</SCRIPT>
|
Applies to
SiteKiosk v6.0 (and later versions).
Back to top