Commit eb91ee76 authored by Leon's avatar Leon

upload

parent 64704d2c
......@@ -5,6 +5,7 @@
"topsin.crypto": "1.1.0",
"topsin.database": "1.1.0",
"topsin.logger": "1.1.0",
"topsin.parser": "1.3.0"
"topsin.parser": "1.3.0",
"topsin.zip": "1.2.0"
}
}
var _zip = require("topsin.zip");
var ok = _zip.unzip("E:/1.zip", "E:/");
print(ok);
\ No newline at end of file
var _zip = require("topsin.zip");
var ok = _zip.zipFile("E:/1.pdf", "E:/1.zip");
print(ok);
// ok = _zip.zipDir("E:/zentao-material/bug", "E:/2.zip");
// print(ok);
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment