SiteKiosk Documentation
One Step Back

Import Method




The Import method imports a file or directory.


Syntax

    SiteKiosk.CDRecording.RootDirectory.Import(name)
    
Parameters
    nameString that specifies the name of the file or directory.
Return Value
    None.
Remarks
    None.
Examples
    The following example imports a complete directory.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    SiteKiosk.CDRecording.RootDirectory.Import("c:/dir");
    </SCRIPT>
    

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

Back to topBack to top

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