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, or nil