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

Back to Zip Class Summary

Zip::TempDir

The temporary directory to use when unzipping files.

  Declarations  
    [Visual Basic]
Public Property TempDir As String

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

[C++]
public: __property String* get_TempDir();
public: __property void set_TempDir(String *);

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

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