Is there anyway to unzip a folder using suitescrip...
# suitescript
t
Is there anyway to unzip a folder using suitescript or some 3rd party library?
k
Should be N/compress in SS2 modules from Memory.
t
I think we have to unzip a folder and it can only do files
k
No idea. If something is compressed though you would assume it could do the whole thing but I’ve never checked.
c
According to this stackoverflow post, you'd need a 3rd party library
b
you can use jsZip
modern 3.x versions require you to polyfill setImmediate
t
@battk Yeah I saw that one. I was able to get one version working ish. Good to know about the polyfill that'll probably save me a lot of time