Work with files / Archives

//using SSZipArchive
//github.com/ZipArchive/ZipArchive
#import <SSZipArchive/SSZipArchive.h>

NSString *zipFile = @"data.zip";
NSString *destination = @"tmp";

BOOL ok = [SSZipArchive
    unzipFileAtPath:zipFile
    toDestination:destination];
//ok is YES