![]() |
ImFusion SDK 4.3
|
#include <ImFusion/GUI/ZipFileHandler.h>
Automatically extracts a ZIP archive to a temporary folder for loading. More...
Automatically extracts a ZIP archive to a temporary folder for loading.
Static Public Member Functions | |
static QString | extractFile (QString path) |
Decompresses the given ZIP file into a temporary folder, which is returned. | |
static QString | extractedPath (QString path) |
Returns the temp path corresponding to the given zip path or an empty string if the archive was not extracted yet. | |
|
static |
Decompresses the given ZIP file into a temporary folder, which is returned.
If decompression was not successful, an empty string is returned.