MBDyn-1.7.3
|
Functions | |
jm_status_enu_t | fmi_zip_unzip (const char *zip_file_path, const char *output_folder, jm_callbacks *callbacks) |
Uncompress a zip file. More... | |
jm_status_enu_t fmi_zip_unzip | ( | const char * | zip_file_path, |
const char * | output_folder, | ||
jm_callbacks * | callbacks | ||
) |
Uncompress a zip file.
zip_file_path | Full file path of the file to uncompress. |
output_folder | Full file path of the directory where the uncompressed files are put. The folder must already exist. Files with the same name are overwritten. |
callbacks | Callback functions |
Referenced by ModuleFMU::ModuleFMU().