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

Back to Zip Class Summary

Zip::FileName

The name of the Zip file. This file is created or overwritten when the Zip is saved.

  Declarations  
    [Visual Basic]
Public Property FileName As String

[C#]
public string FileName {get; set;}

[C++]
public: __property String* get_FileName();
public: __property void set_FileName(String *);

[JScript]
public function get FileName() : String;
public function set FileName(String);
 

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