zip

  1. Ferdari

    Android Question ArchiverPlus use of constant ZIP_COMP_STORE

    Hi everyone, im using ArchiverPlus from @Informatix for compressing a file of about 200MB, it takes about 5min with arc.ZipCompressionLevel=1, but if set arc.ZipCompression=False and not setting ZipCompressionLevel the file is compressing and taking long. Library info says ZipCompression: Get...
  2. jkhazraji

    Share My Creation B4Xlib file maker

    Hi everybody, May I present to you this utility which was entirely made with b4j. It is a b4xlib library maker. It has a very simple job : archiving the required resource files into the b4xlib file which is, as stated by the creator, a zip file. It is a standalone package made with JPackager...
  3. rleiman

    Android Question Error opening zip file when compiling

    Greetings, I upgraded to b4a version 9.5. Looks like I may have a corrupt zip file. Please see the attachments. Can you upload a copy of this file so I can download it and compile the app? I also tried to re-install b4a 9.5 several times with the same issue. Thanks so much.
  4. F

    Android Question Google Cloud Storage upload

    Hello all, What I'd like to accomplish is to simply upload a file (zip) to a bucket that I've already created on Google Cloud Storage. REST API URI is given as: https://www.googleapis.com/upload/storage/v1/b/[BUCKET_NAME]/o?uploadType=media&name=[OBJECT_NAME] I do understand that I need...
  5. L

    Android Question Copy file to USB stick error

    I have to copy a file in the Internal Directory to a USB stick. To select the destination path I use "ExternalSotorage" library. When I have selected the destination directory then I use ABzipunzip to zip the file, using the internal memory for source and the USB stick for destination, but it...
  6. A

    Android Question Unzip file

    Hello, Is it possible to unzip a zip file into a folder? Thanks in advance.
  7. Star-Dust

    B4A Library SD: ZipLibrary

    SD_ZipLibray Author: Star-Dust Version: 1.03 SD_ZipLibrary Event finish (Success as Boolean) Functions: Class_Globals As String Initialize (CallBack As Object, EventName As String) As String Initializes the object. You can add parameters to this method if needed. IsInitialized As Boolean...
  8. 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