Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Managed C++/CLI
  4. unzip

unzip

Scheduled Pinned Locked Moved Managed C++/CLI
c++
3 Posts 3 Posters 9 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    smooth
    wrote on last edited by
    #1

    how could i unzip .zip files to a user entered dir X| in mc++

    J S 2 Replies Last reply
    0
    • S smooth

      how could i unzip .zip files to a user entered dir X| in mc++

      J Offline
      J Offline
      James T Johnson
      wrote on last edited by
      #2

      The same way you do it in regular C++, find or write a ZIP unpacking library and use it. Not much of an answer but its the truth :) There are various ZIP libraries out there; one is available at icsharpcode.net[^] according to the site it is GPL'd but the site also says at the bottom that you can use it in a closed-source app. James "Java is free - and worth every penny." - Christian Graus

      1 Reply Last reply
      0
      • S smooth

        how could i unzip .zip files to a user entered dir X| in mc++

        S Offline
        S Offline
        Shog9 0
        wrote on last edited by
        #3

        James' solution is of course the correct way, but if you (like me :-O ) are lazy, you can instead just download Info-Zip and spawn it to do your bidding. Less flexible, and not completely .NET of course, but still a useful technique if your needs are modest...

        ---

        Shog9 If I could sleep forever, I could forget about everything...

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups