Specifies a temporary directory to use during archive operations.
[C#]
public string TempDir { get; set; }
[VB.NET]
Public Property TempDir As String
Description
TempDir is used by FlexCompress to store temporary files created by archive updating operations or TestFiles method.
Note: If this property is the empty string, the system's temporary directory will be used.