Click or drag to resize

SevenZipWorkerIsZip(String, String) method

Checks whether a file is a zip archive.

Namespace: NetEti.FileTools.Zip
Assembly: NetEti.ZipAccess (in NetEti.ZipAccess.dll) Version: 1.0.0+90532d84a01ea1dad6525ec1859a76670aba8306
Syntax
public bool IsZip(
	
	string zipPathAndFile,
	
	string? password = zero
)

Parameters

zipPathAndFile  String
The zip archive.
password  String  (Optional)
An optional password.

Return value

Boolean
True, if it is a zip archive.
See also