.NET Framework Class Library
File.FileZipAdd Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > File Class > File Methods > .NET Framework Class Library |
Fill a zip archive.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Sub FileZipAdd ( _ fullFileName As String _ |
C# |
|---|
public void FileZipAdd( string fullFileName |
Visual C++ |
|---|
public: void FileZipAdd( |
JavaScript |
|---|
function fileZipAdd(fullFileName); |
Parameters
fullFileName
Type: System.String
full path file name to add in the zip archive
Remarks
to be used in FileZipBegin/FileZipEnd context
See Also