Skip to content

Instantly share code, notes, and snippets.

@DaNooba
DaNooba / zipper.cs
Last active March 1, 2018 12:35 — forked from WamWooWam/zipper.cs
Zip folders in multiple subdirectories
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.IO;
using System.IO.Compression;
using System.Xml;
namespace DOC_ZIP