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

Back to Zip Class Summary

Zip::AppendFromDir

When files are added to a Zip archive, they are appended from this directory.

  Declarations  
    [Visual Basic]
Public Property AppendFromDir As String

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

[C++]
public: __property String* get_AppendFromDir();
public: __property void set_AppendFromDir(String *);

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

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