UNPKG
file-zip-s
Version:
latest (2.0.4)
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
The file folder compression, decompression of the compressed package
github.com/chenqf/file-zip
file-zip-s
/
test
/
unzip.js
9 lines
(7 loc)
•
169 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
/** * Created by chenqifeng on 2017/3/1. */
var
filesZip =
require
(
'../index'
);
var
name =
'./t.zip'
;
var
folderPath =
'zip'
filesZip.
unzip
(name,folderPath);