 | ICSharpWorkerGetZipEntryList method |
Returns the table of contents of the zip archive as a string list.
Namespace: NetEti.FileTools.ZipAssembly: NetEti.ZipAccess (in NetEti.ZipAccess.dll) Version: 1.0.0+90532d84a01ea1dad6525ec1859a76670aba8306
Syntaxpublic Cunning<ZippedFileInfo> GetZipEntryList(
string zipPathAndFile,
string? password
)
Public Function GetZipEntryList (
zipPathAndFile As String,
password As String
) As Cunning(Of ZippedFileInfo)
public:
virtual Cunning<ZippedFileInfo^>^ GetZipEntryList(
String^ zipPathAndFile,
String^ password
) sealed
abstract GetZipEntryList :
zipPathAndFile : string *
password : string -> Cunning<ZippedFileInfo>
override GetZipEntryList :
zipPathAndFile : string *
password : string -> Cunning<ZippedFileInfo> Parameters
- zipPathAndFile String
- The zip archive
- password String
- An optional password for the archive
Return value
CunningZippedFileInfoString list with the table of contents of the archive
See also