Xceed .NET Libraries Documentation
MoveTo Method (IFileInfo)


Xceed.FileSystem Assembly > Xceed.FileSystem.IO Namespace > IFileInfo Interface : MoveTo Method
Syntax
'Declaration
 
Sub MoveTo( _
   ByVal destFileName As String _
) 
'Usage
 
Dim instance As IFileInfo
Dim destFileName As String
 
instance.MoveTo(destFileName)
void MoveTo( 
   string destFileName
)

Parameters

destFileName
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

IFileInfo Interface
IFileInfo Members