ZipUtils.h
Parameters |
Description |
const OdString & filePath |
[in] A string containing path to the zip file. |
const OdString & targetDir |
[in] A string containing name of the target directory. |
bool overwriteTargetDir = true |
[in] Return error if false and target directory is not empty; otherwise, overwrite target directory. |
Returns appropriate error code.
Unzips file to directory.
Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.
|