Package: alexandria

Function write-string-into-file

Lambda List

write-string-into-file (string pathname &key if-exists if-does-not-exist external-format)

Details

Write STRING to PATHNAME.

The EXTERNAL-FORMAT parameter will be passed directly to WITH-OPEN-FILEunless it's NIL, which means the system default.