Deployment Tools Foundation
CopyTo Method (destFileName)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.Compression ► ArchiveInfo ► CopyTo(String)
Copies an existing archive to another location.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public void CopyTo( string destFileName )
Public Sub CopyTo ( destFileName As String )
public: void CopyTo( String^ destFileName )
member CopyTo : 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)