# Functions
Create writes the files contained in root as a gzipped tar archive to w.
CreateArchive writes the files contained in root as a gzipped tar archive to filename.
Extract the files contained in the gzipped archive r to the directory hierarchy rooted at root.
ExtractArchive extracts the files contained in the gzipped archive filename to the directory hierarchy rooted at root.