my problem is simple, I have a zip file that contains a lot of files (mixed: pdf png and txt). I need to write a C# program that peeks into the zip file, loops through and opens only the png files without decompressing. All the solutions that I find include decompressing the whole zip file which makes the target folder only heavier. What is the easiest way to do it?
thank you very much,
Josh.