UnZip¶
Extracts the files inside an archive file into database and returns an array containing file information.
1 |
|
Parameters¶
string id
Id of file
string separator
Directory separator. Optional. Default value is "\".
Remarks¶
This function is used to extract contents of an archive file.
It saves the extracted files individually into database.
Usage¶
1 2 3 4 5 6 7 8 9 |
|