open(File, Mode, Stream)

File  is a filename.  Mode is one of the atoms 'read', 'write' or 'append'.
The  'read  option is used for input.  The 'write' and 'append' options are
used for output.

current_stream(File, Mode, Stream) is then asserted into the data base.
