MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
Interface to zlib

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...
 

Detailed Description

Function Documentation

jm_status_enu_t fmi_zip_unzip ( const char *  zip_file_path,
const char *  output_folder,
jm_callbacks *  callbacks 
)

Uncompress a zip file.

Parameters
zip_file_pathFull file path of the file to uncompress.
output_folderFull file path of the directory where the uncompressed files are put. The folder must already exist. Files with the same name are overwritten.
callbacksCallback functions
Returns
Error status.

Referenced by ModuleFMU::ModuleFMU().