- Manuale introduttivo
- Utilizzo del software
- OPC UA
- Oggetti grafici e di layout
- Sessioni e impostazioni locali
- Sviluppo di soluzioni
- Sviluppo di progetti con C#
- NetLogic
- Metodi ed eventi in C#
- Riferimento API C#
- Esempi di applicazione
- Esercitazione dell'interfaccia utente
- Esercitazione sui collegamenti dinamici
- Esercitazione sui logger
- Esercitazione sugli allarmi
- Esercitazione sulle NetLogic
- Riferimento su oggetti e variabili
ZipUnzip NetLogic
The Zip Unzip NetLogic enables you to create, extract, and password-protect ZIP archives.
IMPORTANTE:
This NetLogic uses a third-party library. For more information, see NuGet Gallery | SharpZipLib.
CreateZipArchive method
CreateZipArchive
methodCompress a file or a folder into a ZIP archive.
Takes the following properties:
- Source
- A full path to the file or folder to be compressed.
- Target
- A full path to the archive to generate.
- Password
- (Optional) The phrase that password-protects the generated archive.
UnzipArchive method
UnzipArchive
methodDecompresses a ZIP archive.
Takes the following properties:
- Source
- A full path to the ZIP archive to decompress.
- Target
- A folder path where the archive contents will be extracted.
- Password
- (Optional) The phrase that may be needed to extract the archive.
Fornire un feedback