.NET Framework Class Library
File.FileZipBegin Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > File Class > File Methods > .NET Framework Class Library |
Start creation of a zip archive.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Sub FileZipBegin ( _ zipFullFileName As String _ |
C# |
|---|
public void FileZipBegin( string zipFullFileName |
Visual C++ |
|---|
public: void FileZipBegin( |
JavaScript |
|---|
function fileZipBegin(zipFullFileName); |
Parameters
zipFullFileName
Type: System.String
full path zip archive name
Remarks
See Also