SiteKiosk Documentation
One Step Back

Clear Method




The Clear method clears all files and subdirectories of the root directory.


Syntax

    SiteKiosk.CDRecording.RootDirectory.Clear()
    
Return Value
    None.
Remarks
    None.
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 topBack to top

© 1997-2010 PROVISIO - Aventura, USA & Muenster, Germany - SiteKiosk DevTeam