unzip

  1. behnam_tr

    B4J Library [b4j] zip/unzip

    pd_ZipUnZip Library v2.1 dim zp as PD_ZipUnzip zp.Initialize ' zip files/directories Dim File1 As String = File.Combine(File.DirApp,"1.txt") Dim File2 As String = File.Combine(File.DirApp,"2.txt") Dim folder1 As String = File.DirApp&"\testfolder" Dim...
  2. Alain75

    B4A Library SDZipLibrary improvement

    Thanks to @Star-Dust, I have been able to see contain of apk file and moreover to extract files ! I improved a little his code in order to : Get the possible error of zip/unzip instructions into BA log, Add the ability to extract a selection of files without creating subfolders, Suppress the...
  3. Arnaud

    B4J Question archiver UnZip

    Hello, I cannot unzip a zip file, I don't know why. It works with many other zip files but not this (zip file in attachment). Can you help me please? Thanks Sub ButtonImporter_MouseClicked (EventData As MouseEvent) Dim FC As FileChooser FC.Initialize...
  4. Star-Dust

    B4J Library SD: ZipLibrary

    jSD_ZipLibray 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...
Top