|
|
|
|
Functions
MioScript Reference
|
|
Syntax
| mio.extract(sourceFilename, targetPath, FilesList) |
Parameters
| STRING | sourceFilename | Name of the mio file to extract.
| | STRING | targetPath | Path where the files are to be extracted.
| | ARRAY | FilesList | Optional. List of files to extract. All files if set to NULL. |
Return value
No value is returned.
Description
| Extract files from a mio file. |
|
|
|