Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Which API to Compress a File

Status
Not open for further replies.

sebseb12

Programmer
Dec 3, 2002
18
FR
Anybody allready compress file using an API ?

I allready work with lzexpand, but it only uncompress archive, and not compress file.
 
While not an API call, you might want to check this thread: thread222-478211 BlackburnKL
 
No, I need to commpress many files into a file. Like ZIP do it !!!
But I don't want to run Command to run pkzip or things like that, and mainly, I want to retreive success or error code to know if the compression (or decompression) was right.
 
No, I need to compress many files into a file. Like ZIP do it !!!
But I don't want to run Command to run pkzip or things like that, and mainly, I want to retreive success or error code to know if the compression (or decompression) was right.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top