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


IZipArchive.GetFileNames Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IZ > IZipArchive Interface > IZipArchive.GetFileNames Method
ArcGIS Developer Help

IZipArchive.GetFileNames Method

Obtains the list of files in the archive.

[Visual Basic .NET]
Public Function GetFileNames ( _
) As IEnumBSTR
[C#]
public IEnumBSTR GetFileNames (
);
[C++]
HRESULT GetFileNames(
void
);

Product Availability

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

Description

Returns an enumeration of file names in the zip archive. Ensure the zip archive is open before using the GetFileNames method by using the OpenArchive method.

See Also

IZipArchive Interface