jSD_ZipLibray
Author: Star-Dust
Version: 1.02
UnZip
N.B. When you choose the folder where to save the ZIP file, make sure it is a folder that you have write permission
Author: Star-Dust
Version: 1.02
- SD_ZipLibray
- Functions:
- Class_Globals As String
- Initialize As String
Inizializza l'oggetto. Puoi aggiungere parametri a questo metodo,se necessario. - IsInitialized As Boolean
Verifica se l'oggetto sia stato inizializzato. - Zip (FilesTxt As String(), FileZip As String)
- unZip (FilesZip As String, OutPutFolder As String)
- unZipList (FilesZip As String, OutPutFolder As String) As List
- Functions:
B4X:
Dim ZL As SD_ZipLibray
ZL.Initialize
ZL.Zip(ListFiles,ZipFileName)
UnZip
B4X:
Dim UnZL As SD_ZipLibray
UnZL.Initialize
UnZL.unZip(ZipFileName,FolderDestination)
N.B. When you choose the folder where to save the ZIP file, make sure it is a folder that you have write permission
Attachments
Last edited: