Xceed .NET Libraries Documentation
DefaultTempFolder Property (GZipArchive)


Xceed.GZip Assembly > Xceed.GZip Namespace > GZipArchive Class : DefaultTempFolder Property
Gets or sets the folder that will be used, by default, as the temporary folder.
Syntax
'Declaration
 
Public Shared Property DefaultTempFolder As AbstractFolder
'Usage
 
Dim value As AbstractFolder
 
GZipArchive.DefaultTempFolder = value
 
value = GZipArchive.DefaultTempFolder
public static AbstractFolder DefaultTempFolder {get; set;}

Property Value

A reference to an Xceed.FileSystem.AbstractFolder object representing the default folder where the temporary gzip file will be created. Can be set to a null reference (Nothing in Visual Basic) to reset to default value, which is "new DiskFolder( System.IO.Path.GetTempPath() )".
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