Xceed .NET Libraries Documentation
TempFolder Property (ZipArchive)


Xceed.Zip Assembly > Xceed.Zip Namespace > ZipArchive Class : TempFolder Property
Gets or sets the folder where the temporary zip file will be created.
Syntax
'Declaration
 
Public Property TempFolder As AbstractFolder
'Usage
 
Dim instance As ZipArchive
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 zip file will be created. Cannot be a null reference (Nothing in Visual Basic).
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 ZipArchive 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

ZipArchive Class
ZipArchive Members