Gets or sets the folder where the temporary zip file will be created.
'Declaration
Public Property TempFolder As Xceed.FileSystem.AbstractFolder
'Usage
Dim instance As ZipArchive
Dim value As Xceed.FileSystem.AbstractFolder
instance.TempFolder = value
value = instance.TempFolder
public Xceed.FileSystem.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).
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