Rename Method

Object List

Defined By:
OleStorage

Description:

Renames the storage.

Declaration:

Function Rename(ByVal newName As String, ByVal mayExist As Boolean) As Boolean

Details:

Renames the storage to newName. If a storage with the same name as newName exists and mayExist is True, the storage will be overwritten, otherwise False will be returned. Returns True on success.