 | SevenZipWorkerIsZip(String, String) Methode |
Prüft, ob eine Datei ein Zip-Archiv ist.
Namensraum: NetEti.FileTools.ZipAssembly: NetEti.ZipAccess (in NetEti.ZipAccess.dll) Version: 1.0.0+2996eef2bd6ad690f9f33134f6dd182957ec1b3e
Syntaxpublic bool IsZip(
string zipPathAndFile,
string? password = null
)
Public Function IsZip (
zipPathAndFile As String,
Optional password As String = Nothing
) As Boolean
public:
bool IsZip(
String^ zipPathAndFile,
String^ password = nullptr
)
member IsZip :
zipPathAndFile : string *
?password : string
(* Defaults:
let _password = defaultArg password null
*)
-> bool
Parameter
- zipPathAndFile String
- Das Zip-Archiv.
- password String (Optional)
- Ein optionales Passwort.
Rückgabewert
BooleanTrue, wenn es sich um ein Zip-Archiv handelt.
Siehe auch