Announcement

Collapse
No announcement yet.

Showing content from a zip

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Showing content from a zip

    I am sure this has been asked before, but I can't remember if there was away around it or not, what I need to do is view content from a zip file and display it without unzipping it,
    Plugins or Sources MokoX
    BunnyHop Here

  • #2
    Do you mean something like
    Code:
    Zip.GetContents
    Oh nevermind, I think I understand your question now. You want to extract files from the Zip without writing them to disk? What kind of files?
    Bas Groothedde
    Imagine Programming :: Blog

    AMS8 Plugins
    IMXLH Compiler

    Comment


    • #3
      Originally posted by kingzooly View Post
      I am sure this has been asked before, but I can't remember if there was away around it or not, what I need to do is view content from a zip file and display it without unzipping it,
      Look at the Example in Zip.GetContents

      Comment


      • #4
        No, no - he's asking about how to display am image from a zip without extracting it. Far as I know, it's only possible to grab the name of the file without unzipping it (in which case, yes, ZipGetContents would apply). But to actually display the image, I'm pretty sure this is not possible without unzipping.

        Comment


        • #5
          BioHazard knows it, i offer alternative offerings

          embedded zipeg


          Click image for larger version

Name:	screen.PNG
Views:	52
Size:	86.5 KB
ID:	303377



          regards

          Comment


          • #6
            Sorry for not replying this matter as been looked at via the discord, but thanks for your replies.
            Plugins or Sources MokoX
            BunnyHop Here

            Comment

            Working...
            X