Create Method

Object List

Defined By:
OleStorageElement

Description:

Create an OLE storage element.

Declaration:

Function Create(ByVal mayExist As Boolean) As Boolean

Details:

Creates and opens the element. If the element already exists and mayExist is True, the file is overwritten. If the element already exists and mayExist is False, False is returned. Returns True on success.