All pastes #2061775 Raw Edit

Someone

public text v1 · immutable
#2061775 ·published 2011-05-16 19:48 UTC
rendered paste body
List<string> files = Directory.GetFiles(dirpath, "*.*", SearchOption.AllDirectories).Where(u => (new ZipFile(new FileStream(u.ToString(), FileMode.Open))).).ToList();