Microsoft Scripting Runtime
FileSystemObject Object / MoveFile Method
In This Topic
    MoveFile Method
    In This Topic
    Description
    Moves one or more files from one location to another.
    Syntax
    Visual Basic
    Public Sub MoveFile( _
       ByVal Source As String, _
       ByVal Destination As String _
    ) 
    Parameters
    Source
    Destination
    See Also