Deployment Tools Foundation
UnpackFile Method (fileName, destFileName)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.Compression ► ArchiveInfo ► UnpackFile(String, String)
Extracts a single file from the archive.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public void UnpackFile( string fileName, string destFileName )
Public Sub UnpackFile ( fileName As String, destFileName As String )
public: void UnpackFile( String^ fileName, String^ destFileName )
member UnpackFile : fileName : string * destFileName : string -> unit
Remarks
If destFileName already exists,
it will be overwritten.
Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression.dll) Version: 3.0.0.0 (3.11.1.2318)