This document is archived and information here might be outdated.  Recommended version.


IZipArchiveEx.AddFolder Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

IZipArchiveEx.AddFolder Method

Compress a folder and add it to the archive.

[Visual Basic .NET]
Public Sub AddFolder ( _
    ByVal inputFolder As String, _
    ByVal recursive As Boolean _
)
[C#]
public void AddFolder (
    string inputFolder,
    bool recursive
);
[C++]
HRESULT AddFolder(
  BSTR inputFolder,
  VARIANT_BOOL recursive
);
[C++]

Parameters inputFolder [in] inputFolder is a parameter of type BSTR recursive [in] recursive is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IZipArchiveEx Interface