Function trx::extract_trx_archive# Defined in File trx.h Function Documentation# std::string trx::extract_trx_archive(const std::string &zip_path)# Save a TrxFile. Extract a TRX zip archive to a temporary directory. Returns the path to the temporary directory containing the extracted files. Template Parameters: DT – Parameters: trx – The TrxFile to save filename – The path to save the TrxFile to compression – Compression method (default: no compression).