Click or drag to resize

MSCompressionWorkerIsZip 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
)

Parameters

zipPathAndFile  String
The zip archive

Return value

Boolean
True, if it is a zip archive
See also