this guys changes make it work, i think ive updated on the github page but 
im not sure if i need to do a pull request or something, still find github 
tough lol.

https://stackoverflow.com/questions/48607064/unzipping-zip-folder-with-zipme-library-in-codename-one

On Thursday, December 27, 2018 at 11:23:29 PM UTC+8, Gareth Murfin wrote:
>
> I found this cool library here https://github.com/codenameone/ZipSupport/
>
> but it actually wont unzip, I place my zip data.zip in src folder of 
> project, I call 
>
>  InputStream zipFile = 
> Display.getInstance().getResourceAsStream(Form.class, "/data.zip");
>   Unzip(zipFile, "/"+ "extracted");
>
> Error in console is  C:\Users\Gaz\.cn1\extracted\data (The system cannot 
> find the path specified)
>
> I tried hacking it to make the dirs but I had problems, is the example 
> code on that page correct and tested?
>

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/1fb7165b-9ae9-41ae-a2bd-78f5e0d4ddd3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to