summaryrefslogtreecommitdiffstats
path: root/source/text/sbasic/shared/03/sf_textstream.xhp
diff options
context:
space:
mode:
Diffstat (limited to 'source/text/sbasic/shared/03/sf_textstream.xhp')
-rw-r--r--source/text/sbasic/shared/03/sf_textstream.xhp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/text/sbasic/shared/03/sf_textstream.xhp b/source/text/sbasic/shared/03/sf_textstream.xhp
index 1659d32a54..61210f46c0 100644
--- a/source/text/sbasic/shared/03/sf_textstream.xhp
+++ b/source/text/sbasic/shared/03/sf_textstream.xhp
@@ -40,6 +40,7 @@
<paragraph role="bascode" localize="false" id="bas_id11585330787585">FSO = CreateScriptService("FileSystem")</paragraph>
<paragraph role="bascode" localize="false" id="bas_id891585330787374">Set myFile = FSO.OpenTextFile("C:\Temp\ThisFile.txt", FSO.ForReading)</paragraph>
</bascode>
+ <embed href="text/sbasic/shared/00000003.xhp#Python_Support"/>
<paragraph role="paragraph" id="par_id371585330787197" xml-lang="en-US">The file must be closed with the <literal>CloseFile</literal> method after all read or write operations have been executed:</paragraph>
<bascode>
<paragraph role="bascode" localize="false" id="bas_id91613599192241">myFile.CloseFile()</paragraph>