MoveTo Method

Object List

Defined By:
OleStorage

Description:

Moves the storage and all its elements to another storage.

Declaration:

Function MoveTo(ByVal dest As OleStorage, ByVal newName As String) As Boolean

Details:

Moves the storage and all its elements to dest, changing the storage
s name to newName. Dest must be open. Returns True on success, False otherwise.