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