Unpack Method (destDirectory)

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation Unpack Method (destDirectory)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.CompressionArchiveInfoUnpack(String)
Extracts all files from an archive to a destination directory.
Declaration Syntax
C# Visual Basic Visual C++
public void Unpack(
	string destDirectory
)
Public Sub Unpack ( 
	destDirectory As String
)
public:
void Unpack(
	String^ destDirectory
)
Parameters
destDirectory (String)
Directory where the files are to be extracted.

Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression.dll) Version: 3.0.0.0 (3.9.1006.0)