Mioplanet Documentation Center
Resources and Help
HomeProductsMioScriptJavaScriptTechNotesPHP
   Home | MioScript | mio.extract SEARCH    

  Functions
mio.code.compile
mio.code.save
mio.create
mio.currentHeader.get
mio.currentHeader.set
mio.extract
mio.header.get
mio.rebuild
mio.run

  MioScript Reference
> Statements
app...
browser...
dialog...
disk...
draw...
extern...
filename...
keyboard...
menu...
mio...
mouse...
num...
path...
pushButton...
reg...
RS232...
sci...
screen...
shortcut...
sound...
str...
system...
time...
var...
window...

Function
mio.extract

Language: MioScript
Product: MioFactory


Syntax

mio.extract(sourceFilename, targetPath, FilesList)


Parameters

STRINGsourceFilenameName of the mio file to extract.
STRINGtargetPathPath where the files are to be extracted.
ARRAYFilesListOptional.
List of files to extract.
All files if set to NULL.


Return value

No value is returned.


Description

Extract files from a mio file.