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