# Functions
UnzipDir unzips all files from a given zip byte array into a given directory.
Create a zip of all files in a directory recursively, return a byte array and the number of files archived.
ZipWalker returns a filepath.WalkFunc that adds every filesystem node to the given *zip.Writer.