Import Method
The Import method imports a file or directory.
Syntax
SiteKiosk.CDRecording.RootDirectory.Import(name)
|
Parameters
name |
String that specifies the name of the file or directory. |
Return Value
Remarks
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 top