 | SevenZipWorkerGetZipEntryList Methode |
Liefert das Inhaltsverzeichnis des Zip-Archivs als List<ZippedFileInfo>.
Namensraum: NetEti.FileTools.ZipAssembly: NetEti.ZipAccess (in NetEti.ZipAccess.dll) Version: 1.0.0+2996eef2bd6ad690f9f33134f6dd182957ec1b3e
Syntaxpublic List<ZippedFileInfo> GetZipEntryList(
string zipPathAndFile,
string? password = null
)
Public Function GetZipEntryList (
zipPathAndFile As String,
Optional password As String = Nothing
) As List(Of ZippedFileInfo)
public:
virtual List<ZippedFileInfo^>^ GetZipEntryList(
String^ zipPathAndFile,
String^ password = nullptr
) sealed
abstract GetZipEntryList :
zipPathAndFile : string *
?password : string
(* Defaults:
let _password = defaultArg password null
*)
-> List<ZippedFileInfo>
override GetZipEntryList :
zipPathAndFile : string *
?password : string
(* Defaults:
let _password = defaultArg password null
*)
-> List<ZippedFileInfo> Parameter
- zipPathAndFile String
- Das Zip-Archiv
- password String (Optional)
- Ein optionales Passwort für das Archiv
Rückgabewert
ListZippedFileInfoList<ZippedFileInfo> = Infos über alle Archiv_Einträge.
Siehe auch