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

12 lines
298 B
Markdown

@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.