Xceed .NET Libraries Documentation
TempFolder Property (TarArchive)


Xceed.Tar Assembly > Xceed.Tar Namespace > TarArchive Class : TempFolder Property
Gets or sets the folder where the temporary tar file will be created.
Syntax
'Declaration
 
Public Property TempFolder As AbstractFolder
'Usage
 
Dim instance As TarArchive
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 tar file will be created. Can be set to null to reset to "TarArchive.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 TarArchive 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

TarArchive Class
TarArchive Members