CreateStream
method Creates a stream in the storage.
Syntax:
Set strm = obejct.CreateStream(name [, SF_Flags])
Parameters:
...
Examples:
...
Remarks:
The nature of the streams will be different depending on the
storage type. For example a SFStorage representing a file system's
directory will create a file, while a SFStorage object representing
OLE compound file will create a sub-stream in this file.
Some streams are not in storages (memory streams for example - see SFMain.CreateMemoryStream)
they are obtained/created as result of a call of a method of another
object.
Applies to: SFStorage object
See also: ... |