<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: steeve</title>
    <description>The latest articles on DEV Community by steeve (@psteeve).</description>
    <link>https://dev.to/psteeve</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F708088%2F8c45f70b-fe67-41be-bc70-c94f689f895d.png</url>
      <title>DEV Community: steeve</title>
      <link>https://dev.to/psteeve</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/psteeve"/>
    <language>en</language>
    <item>
      <title>Common Lisp et les fichiers</title>
      <dc:creator>steeve</dc:creator>
      <pubDate>Sun, 24 Oct 2021 15:40:44 +0000</pubDate>
      <link>https://dev.to/psteeve/common-lisp-et-les-fichiers-20lf</link>
      <guid>https://dev.to/psteeve/common-lisp-et-les-fichiers-20lf</guid>
      <description>&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;code&gt;(with-open-file (in "filename") (read-line in))&lt;/code&gt; &lt;br&gt;
permet de lire la première ligne d'un fichier&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;code&gt;(with-open-file (out "filename" :direction :output)&lt;br&gt;
(format out "solenodon"))&lt;/code&gt; &lt;br&gt;
pour écrire  dans un fichier&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;code&gt;(uiop:read-file-string "filename")&lt;/code&gt; &lt;br&gt;
permet de lire tout le contenu d'un fichier sous forme de string&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;code&gt;(uiop:directory-files "dirname")&lt;/code&gt; &lt;br&gt;
permet de lister les fichiers du dossier dirname&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>lisp</category>
      <category>commonlisp</category>
      <category>file</category>
    </item>
  </channel>
</rss>
