Home
opens a zip file for extracting or adding files
Namespace:
nTools
Assembly:
nZip (in nZip.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| | | | | | | | |
| C# | | | Visual Basic | | | Visual C++ | |
public void openZip(
string zipFile
)
Public Sub openZip ( _
zipFile As String _
)
public:
void openZip(
String^ zipFile
)
Parameters
- zipFile
- String
file/location of zip
See Also