Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
カワ1.14を使用。
ディレクトリをファイルとして開き (file-exists? が #t を報告するため)、read-line を使用して「コンテンツ」を読み取ろうとしましたが、機能しません。「アクセスが拒否されました」というエラーが表示されます。
ソースを見てみると、directory-filesを定義しているkawa\lib\files.scmが見つかりました。
したがって、それは次の問題です。
(require <kawa.lib.files>) (directory-files path)