.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to Zip Class Summary

Zip::IsPasswordProtected

Return True if a Zip file is password protected

  Declarations  
    [Visual Basic]
Public Function IsPasswordProtected(ByVal String zipFilename) As Boolean

[C#]
public bool IsPasswordProtected(string zipFilename);

[C++]
public bool IsPasswordProtected(String *zipFilename);

[JScript]
public function IsPasswordProtected(String zipFilename) : Boolean
 
  Parameters  
   
zipFilename
The name of a Zip file to test.
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.