Xceed Real-Time Zip for .NET Documentation
MoveTo(AbstractFile,Boolean) Method


Xceed.Zip Assembly > Xceed.Zip Namespace > ZippedFile Class > MoveTo Method : MoveTo(AbstractFile,Boolean) Method
Syntax
'Declaration
 
Public Overloads Function MoveTo( _
   ByVal destinationFile As Xceed.FileSystem.AbstractFile, _
   ByVal replaceIfExists As Boolean _
) As Xceed.FileSystem.FileSystemItem
'Usage
 
Dim instance As ZippedFile
Dim destinationFile As Xceed.FileSystem.AbstractFile
Dim replaceIfExists As Boolean
Dim value As Xceed.FileSystem.FileSystemItem
 
value = instance.MoveTo(destinationFile, replaceIfExists)
public Xceed.FileSystem.FileSystemItem MoveTo( 
   Xceed.FileSystem.AbstractFile destinationFile,
   bool replaceIfExists
)

Parameters

destinationFile
replaceIfExists
Requirements

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

See Also

Reference

ZippedFile Class
ZippedFile Members
Overload List