Im trying to make a file that will unzip a file and place the contents in the correct location. I need the contents of a ZIP file to be unzipped to
~/Library/Application Support/Contents.
How do I do that? Thanks!
Im trying to make a file that will unzip a file and place the
Share
The
unzipcommand line tool, launched with aNSTaskwould do the job.