# Functions
ApplyPatch applies a patch file located at patchPath to the destDir on the filesystem.
GeneratePatch generates the patch between the files at srcPath and dstPath and outputs it to patchPath It returns whether the patch was generated or any errors that were encountered.