This document is archived and information here might be outdated. Recommended version. |
Obtains the list of files in the archive.
[Visual Basic .NET] Public Function GetFileNames ( _ ) As IEnumBSTR
[C#] public IEnumBSTR GetFileNames ( );
[C++]
HRESULT GetFileNames(
void
);
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.