Re: Create and write to a file in lisp

Michael Hannemann <[email protected]> Tue, 25 Jan 2005 19:31:22 -0500
Newsgroups gmane.lisp.allegro
Message-ID <[email protected]>
Paulo Dias wrote:
>Please i need to know who do i create a new file and then write some text 
>to it...

Look at (with-open-file), perhaps here:

http://www.lisp.org/HyperSpec/Body/mac_with-open-file.html


Michael