Skip to main content

Notifications

Microsoft Dynamics AX (Archived)

Extract ZipArchive with unknown files

Posted on by 55

Hi all,

i have some code to extract a ZipArchive received from url:

System.IO.Compression.ZipArchive zipArchive;
System.IO.Compression.ZipArchiveEntry zipEntry;
System.IO.Stream zippedStream;
System.IO.Stream unzippedStream;
System.IO.StreamReader reader;
str line;

zippedStream = File::UseFileFromURL(url);
zipArchive = new System.IO.Compression.ZipArchive(zippedStream);
zipEntry = zipArchive.GetEntry(fileName);
unzippedStream = zipEntry.Open();
reader = new System.IO.StreamReader(unzippedStream, System.Text.Encoding::UTF8);
line = reader.ReadLine();

My current challenge is to extract a file without knowing the filename. I just know that i need to extract the second entry in the ZipArchive. Is there a way to get the filenames from the ZipArchive or the second element of zipArchive.Entries?

*This post is locked for comments

  • Jakob M Profile Picture
    Jakob M 55 on at
    RE: Extract ZipArchive with unknown files

    Great, you gave me the right direction.

    Thank you!

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Community AMA December 12th

Join us as we continue to demystify the Dynamics 365 Contact Center

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,240 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,149 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans