file-stream
file-stream, stream, t
stream
t
An object of type file-stream is a stream the direct source or sink of which is a file. Such a stream is created explicitly by open and with-open-file, and implicitly by functions such as load that process files.
open
with-open-file
load
load, open, with-open-file