I am trying to Unarchive the Lzip file so using NSTask to achieve it
[task setArguments:@[@"-k",@"-d",source,destination]];
these are the arguments which i was passing but extraction always happens in source path folder .
Any suggestions ?
Thanks in advance !!