Doc fix
parent
a7a2fb4a00
commit
f5d7f8b917
|
@ -7,14 +7,15 @@ ARTICLE: "file-streams" "Reading and writing files"
|
||||||
{ $subsection <file-reader> }
|
{ $subsection <file-reader> }
|
||||||
{ $subsection <file-writer> }
|
{ $subsection <file-writer> }
|
||||||
{ $subsection <file-appender> }
|
{ $subsection <file-appender> }
|
||||||
|
"Reading and writing the entire contents of a file; this is only recommended for smaller files:"
|
||||||
|
{ $subsection file-contents }
|
||||||
|
{ $subsection set-file-contents }
|
||||||
|
{ $subsection file-lines }
|
||||||
|
{ $subsection set-file-lines }
|
||||||
"Utility combinators:"
|
"Utility combinators:"
|
||||||
{ $subsection with-file-reader }
|
{ $subsection with-file-reader }
|
||||||
{ $subsection with-file-writer }
|
{ $subsection with-file-writer }
|
||||||
{ $subsection with-file-appender }
|
{ $subsection with-file-appender } ;
|
||||||
{ $subsection set-file-contents }
|
|
||||||
{ $subsection file-contents }
|
|
||||||
{ $subsection set-file-lines }
|
|
||||||
{ $subsection file-lines } ;
|
|
||||||
|
|
||||||
ARTICLE: "pathnames" "Pathname manipulation"
|
ARTICLE: "pathnames" "Pathname manipulation"
|
||||||
"Pathname manipulation:"
|
"Pathname manipulation:"
|
||||||
|
|
Loading…
Reference in New Issue