DotNetZip add files without creating folders

Solution 1:

How about just:

zip.AddFile(file,"");

or

zip.AddFile(file,@"\");