Public Overloads Sub Extract( _ ByVal entryName As String, _ ByVal destFileName As String _ )
public void Extract( string entryName, string destFileName )
Parameters
- entryName
- Name of the entry to extract.
- destFileName
- Name and location of the extracted file.