This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IZ > IZipArchiveEx Interface > IZipArchiveEx.AddFolder Method (ArcObjects .NET 10.4 SDK) |
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