is there anyway we can use windows xp builtin functionality to compress(zip) and expand(unzip) files and folders., using C# or any .net language.?? is there a way to access windows, like "win api" in the past.?? thanks, prasad
Theres very little need to go to the Win32 API as the BCL with 9800 managed classes is so feature rich that you can do virtually everything in managed code. That being said, I am not aware of any zip/unzip classes off the top of my head. If you must go to the
Windows API, you use Platform Invoke (P/Invoke) a topic too complex for this topic. Search MSDN on P/Invoke.
None
0 Points
1 Post
zip unzip using windows builtin
Jan 06, 2004 12:12 PM|krprasad|LINK
None
0 Points
23 Posts
Re: zip unzip using windows builtin
Jan 10, 2004 03:49 PM|ManagedCode|LINK
Sam Gentile
Microsoft MVP - C#/.NET
My .NET Blog
My Web Site
Participant
792 Points
2233 Posts
Re: zip unzip using windows builtin
Jan 14, 2004 09:29 AM|nberardi|LINK
None
0 Points
57 Posts
Re: zip unzip using windows builtin
Mar 14, 2004 10:07 PM|Daniel P.|LINK
Daniel P.