OleStorage
Object List Hierarchy Next Object
Definition:
Represents a storage in OLE Structured Storage Files, which is like a file
system in a file, where a storage is similar to a directory.
Specialized Features:
The following tables list and briefly describe the properties and methods
added by OleStorage. There are no added events.
Properties Use to...
Date Get the date the storage was last modified. (Read Only).
StorageCount Get the number of storages contained in this storage. (Read Only).
StreamCount Get the number of streams contained in this storage (Read Only).
Time Get the time the storage was last modified. (Read Only).
Methods Use to...
Close Close the storage.
CopyTo Copy the storage and all its elements to another storage.
Destroy Delete the storage and all its elements from its parent storage.
EnumElements Iterate through the elements in the storage.
MoveTo Move the storage and all its elements to another storage.
Rename Rename the storage.
Copied Features:
Properties
Methods