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