CryptoPressStream:
Delphi / C++Builder Streaming Compression Library
with Strong Encryption


TCPSManager.TempDir
TCPSManager
Top 

Specifies a temporary directory.

Delphi syntax:
property
TempDir: String;

C++ syntax:
__property
AnsiString TempDir = {read=FTempDir, write=FTempDir};

Description
Use TempDir to set the temporary directory. Temporary directory is used by compressed streams in case of overwriting data exceeding maximum size of temporary buffer (specified by MaxTempBufferSize).



© AidAim Software CryptoPressStream: