X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.scl.runtime%2Fscl%2FStringIO.md;h=013b94cab3e08fe2d59ef9f9cbde142edffcabcd;hb=33b30297f751e06e9abac260d31313e2f833fedc;hp=7013c2ebbb8e149a6a5f823ced8c9b151a33ee98;hpb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.scl.runtime/scl/StringIO.md b/bundles/org.simantics.scl.runtime/scl/StringIO.md index 7013c2ebb..013b94cab 100644 --- a/bundles/org.simantics.scl.runtime/scl/StringIO.md +++ b/bundles/org.simantics.scl.runtime/scl/StringIO.md @@ -1,5 +1,15 @@ # StringIO -# Undocumented entities +This module contains file I/O related functions that read and +write contents of textual files into/from String instances. -::undocumented[] \ No newline at end of file +## Reading + +::value[readLines] +::value[readLinesWithCharset] +::value[readContentsWithCharset] + +## Writing + +::value[writeLines] +::value[appendLine]