#PSTip Compress files and folders with System.IO.Compression.FileSystem class

8:02 AM
Posted by ParadisJin 0 comments

Using the CreateFromDirectory and ExtractToDirectory methods, it is possible to compress and extract files. In this tip I will show different constructors that can be used to either compress or extract files using this class. The following example will compress the files stored in the c:\testing folder:Source : PowerShell Magazine

Read More
Next PostNewer Posts Previous PostOlder Posts Home