C# Class SolutionZip.SolutionZip

Show file Open project: devcurry/SolutionZip

Public Methods

Method Description
CreateArchive ( string folder, IList exceptions, string archiveName ) : int

Private Methods

Method Description
Excluded ( string file, IList exceptions ) : bool
Main ( string args ) : void

Method Details

CreateArchive() public static method

public static CreateArchive ( string folder, IList exceptions, string archiveName ) : int
folder string
exceptions IList
archiveName string
return int