Loading...
Searching...
No Matches
realvirtual.ZipHelper Class Reference
Helper class for ZIP operations using Ionic.Zip library. More...
Static Public Member Functions | |
| static void | CreateProjectZip (string projectPath, string outputPath) |
| Creates a ZIP file from a project directory, excluding Library and Temp folders. | |
| static void | CreateZipFromDirectory (string directoryPath, string outputPath) |
| Creates a ZIP file from a directory. | |
| static void | ExtractZip (string zipFilePath, string extractPath) |
| Extracts a ZIP file to a specified location. | |
Detailed Description
Helper class for ZIP operations using Ionic.Zip library.
Requires REALVIRTUAL_ZIP scripting define to be enabled.
Member Function Documentation
◆ CreateProjectZip()
|
static |
Creates a ZIP file from a project directory, excluding Library and Temp folders.
- Parameters
-
projectPath The root project path to zip outputPath The output ZIP file path
◆ CreateZipFromDirectory()
|
static |
Creates a ZIP file from a directory.
- Parameters
-
directoryPath The directory to zip outputPath The output ZIP file path
◆ ExtractZip()
|
static |
Extracts a ZIP file to a specified location.
- Parameters
-
zipFilePath The ZIP file to extract extractPath The destination path