1
0
Fork 0
arangodb/Documentation/DocuBlocks/JS_Unzip.md

298 B

@brief unzips a file fs.unzipFile(filename, outpath, skipPaths, overwrite, password)

Unzips the zip file specified by filename into the path specified by outpath. Overwrites any existing target files if overwrite is set to true.

Returns true if the file was unzipped successfully.