Y yossim Registered Jun 3, 2009 #1 Hi, How can I unzip a file from C - code? Alternativley, How can I create a shell file with UNZIP darwin command, and execute it from my c-code? Thanks
Hi, How can I unzip a file from C - code? Alternativley, How can I create a shell file with UNZIP darwin command, and execute it from my c-code? Thanks
ElDiabloConCaca U.S.D.A. Prime Jun 3, 2009 #2 To run the terminal command "unzip" from a C program, you'll want to look at the family of "exec" commands: http://www.opengroup.org/onlinepubs/000095399/functions/exec.html
To run the terminal command "unzip" from a C program, you'll want to look at the family of "exec" commands: http://www.opengroup.org/onlinepubs/000095399/functions/exec.html