Create file streams using OPEN
arguments are filename and keyword arguments
- :direction -- :input, :output, :io, or :probe
- :element-type -- :character or ‘(unsigned-byte 8)
- :if-does-not-exist -- :error , :create, or nil
- :if-exists -- :supersede, :overwrite, :error, :append or nil