C# Support for ZIP Format

P

PeteZ

I have a job to create a .ZIP file in C# - I need to create, add files,
remove files and be able to view contents of ZIP files using C# etc

I have been hunting round for some inbuilt support for the .ZIP format in
..NET bt come up empty

I know of some 3rd party products out there but if I were to try and develop
this using C# myself, do I need to start from scratch ?

any ideas ?

- peteZ
 
P

PeteZ

Dmitri

Thanks for the link (but I had seen this already) . . . . I was really
hoping on inbuilt .NET support so I didnt need to get involved in licensing
issues and we can freely distribute this code (which I intend writing as a
component class)

Hope you understand what I mean.

- peteZ
 
P

Philipp Sumi

read the license:

<quote>
Bottom line: In plain English this means you can use this library in
commercial closed-source applications.
</quote>
 
P

PeteZ

ooops - yes your right, and thanks.

- peteZ



Philipp Sumi said:
read the license:

<quote>
Bottom line: In plain English this means you can use this library in
commercial closed-source applications.
</quote>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top