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.