Previous: Filenames, Up: Types
For each of these types there is a function of the same name that converts any valid designator for the type into an object of said type.
(with-open-file (o "/tmp/foo" :direction :output) (sb-posix:file-descriptor o)) => 4