'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;}
'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;}
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.
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