
Declaration Syntax
public void FixZipDirectory(
string filename
)
Public Sub FixZipDirectory ( _
filename As String _
)
public:
void FixZipDirectory(
String^ filename
)

Parameters
- filename (String)
- The filename to of the zip file to fix.
Assembly:
Ionic.Zip (Module: Ionic.Zip) Version: 1.9.1.6006 (1.9.1.6006)
view TOC