ZipFile function

I want to use ZipFile.Open to write ZIP function because in the customer can not download the packages.
the function commonly like this
zipfile

what i use it like there, ZipFile.CheckZip, ZipFlie.CheckZipPassword, ZipFile.Equals, etc
what the problem?

@fightblue
open XAML in an editor (e.g. notepad++) and add:
System.IO.Compression.FileSystem

as the methods are subroutines and not functions you will use invoke method

grafik

1 Like

It works, thank you

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.