Can I create a zip output stream from one or more input streams and vice versa (extract a zip inputstream into one or more individual outstreams)? Assume that the target audience is oncloud. I know this is available for on-prem targeting but I've been unsuccessful in finding an oncloud equivalent.
Since streams are the only way to do it for oncloud , I hope Microsoft has a solution
Codeunit 419 should have AddStreamToZipStream method and there's also codeunit 706 - ZipStreamWrapper that could help.
excellent! that is exactly what I was looking for
Business Applications communities