Close (NotesStream - LotusScript®)

Releases the file, if any, associated with the stream.

Defined in

NotesStream

Syntax

Call notesStream .Close

Usage

It is recommended that you close streams explicitly using this method, although they close implicitly at the end of their scope.

Closing a stream with zero bytes deletes the associated file.

Example