Moo_ZipList ( sZip; sPattern; sSeperator );
This function list the contents of a Zip file.Parameters
Name | Type | Required | Default | Description |
sZip | String | Yes | The input ZIP file to be listed. | |
sPattern | String | No | *.* | Which filetypes to list. |
sSeperator | String | No | | | The seperator between listed files. |
Return Value
Returns a list of files, or an error code.
Notes
Was added in MooPlug Version 0.4.5.
Errors
Error Code | Description |
Moo_ZipList|Err_1 | Invalid number of arguments. |
Moo_ZipList|Err_2 | Invalid source Zip file input. |
Moo_ZipList|Err_3 | Source Zip file doesn't exist. |
Moo_ZipList|Err_4 | Empty Zip file. |
Moo_ZipList|Err_5 | Error listing Zip contents. |
Related Functions