]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.runtime/scl/StringIO.md
Fixed multiple issues causing dangling references to discarded queries
[simantics/platform.git] / bundles / org.simantics.scl.runtime / scl / StringIO.md
1 # StringIO
2
3 This module contains file I/O related functions that read and
4 write contents of textual files into/from String instances.
5
6 ## Reading
7
8 ::value[readLines]
9 ::value[readLinesWithCharset]
10 ::value[readContentsWithCharset]
11
12 ## Writing
13
14 ::value[writeLines]
15 ::value[appendLine]