MoveTo Method (destFileName)

DTF API

Copy image CopyHover image
Deployment Tools Foundation MoveTo Method (destFileName)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.CompressionArchiveInfoMoveTo(String)
Moves an existing archive to another location.
Declaration Syntax
C# Visual Basic Visual C++ F#
public void MoveTo(
	string destFileName
)
Public Sub MoveTo ( 
	destFileName As String
)
public:
void MoveTo(
	String^ destFileName
)
member MoveTo : 
        destFileName : string -> unit 
Parameters
destFileName (String)
The destination file path.

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