Hi experts,
I use AX 2012.
I want to extract files from a zip file archive. I have been told to do this:
System.IO.Compression.ZipFile::ExtractToDirectory(filePath, myZipFileName);
When I enter that into AX 2012, it says that "ZipFile" is not a class. (And when I write "System.IO.Compression.", I can also see that "ZipFile" is not on the list of options after "Compression".
What must I do to make this work?
Is there another way to do this?
Hope you can help.