ZipCracker(String) Constructor
Initializes a new instance of the
ZipCracker class.
Namespace: DevCase.ThirdParty.DotNetZipAssembly: DevCase.net48.ThirdParty.DotNetZip (in DevCase.net48.ThirdParty.DotNetZip.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public ZipCracker(
string filepath
)
Public Sub New (
filepath As String
)
Dim filepath As String
Dim instance As New ZipCracker(filepath)
public:
ZipCracker(
String^ filepath
)
new :
filepath : string -> ZipCracker
No code example is currently available or this language may not be supported.
Parameters
- filepath String
-
The filepath of the encrypted .zip archive.
FileNotFoundException
|
|
ZipException
|
|
IOException
|
|