 | SevenZipWorkerIsZip(String) method |
Checks whether a file is a zip archive.
Namespace: NetEti.FileTools.ZipAssembly: NetEti.ZipAccess (in NetEti.ZipAccess.dll) Version: 1.0.0+90532d84a01ea1dad6525ec1859a76670aba8306
Syntaxpublic bool IsZip(
string zipPathAndFile
)
Public Function IsZip (
zipPathAndFile As String
) As Boolean
public:
virtual bool IsZip(
String^ zipPathAndFile
) sealed
abstract IsZip :
zipPathAndFile : string -> bool
override IsZip :
zipPathAndFile : string -> bool Parameters
- zipPathAndFile String
- The zip archive
Return value
BooleanTrue, if it is a zip archive
See also