This document is archived and information here might be outdated. Recommended version. |
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 bool