mirror of https://gitee.com/bigwinds/arangodb
12 lines
298 B
Markdown
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.
|
|
|