Skip to content

Instantly share code, notes, and snippets.

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
<?xml version="1.0" encoding="utf-8"?>
<General>
<Path Id="1">
<dir>..\web\DirectSPARE\</dir>
</Path>
<Path Id="2">
<dir>..\web\intranet\</dir>
</Path>
</General>
@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
#define f 000:
char
*s,*
t,v;
char
_ [
999]
,x [
999]
,*p=
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Space_iNator
{
class Program
{