class Idlc::Workspace

def zip_folder(src, out)

def zip_folder(src, out)
  zf = ZipFileGenerator.new(src, out)
  zf.write
end