Xceed .NET Libraries Documentation
TempFolder Property (GZipArchive)


Xceed.GZip Assembly > Xceed.GZip Namespace > GZipArchive Class : TempFolder Property
Gets or sets the folder where the temporary gzip file will be created.
Syntax
'Declaration
 
Public Property TempFolder As AbstractFolder
'Usage
 
Dim instance As GZipArchive
Dim value As AbstractFolder
 
instance.TempFolder = value
 
value = instance.TempFolder
public AbstractFolder TempFolder {get; set;}

Property Value

A reference to an Xceed.FileSystem.AbstractFolder object representing the folder where the temporary gzip file will be created. Can be set to a null reference (Nothing in Visual Basic) to reset to "GZipArchive.DefaultTempFolder".
Remarks

By default, the temporary folder will be a Xceed.FileSystem.DiskFolder created in the system's temporary folder.

To change the default location of the temporary folder for multiple GZipArchive objects, you can change the static DefaultTempFolder property.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GZipArchive Class
GZipArchive Members