summaryrefslogtreecommitdiffstats
path: root/source/text/sbasic/shared/03020406.xhp
diff options
context:
space:
mode:
Diffstat (limited to 'source/text/sbasic/shared/03020406.xhp')
-rw-r--r--source/text/sbasic/shared/03020406.xhp6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/text/sbasic/shared/03020406.xhp b/source/text/sbasic/shared/03020406.xhp
index 04b32654dd..45f31916a9 100644
--- a/source/text/sbasic/shared/03020406.xhp
+++ b/source/text/sbasic/shared/03020406.xhp
@@ -38,12 +38,12 @@
<paragraph id="par_id3149497" role="paragraph" xml-lang="en-US">Copies a file.</paragraph>
</section>
-<paragraph id="hd_id3147443" role="heading" level="2" xml-lang="en-US">Syntax:</paragraph>
+<h2 id="hd_id3147443">Syntax:</h2>
<bascode>
<paragraph id="par_id3146957" role="bascode" xml-lang="en-US">FileCopy Source As String, Destination As String</paragraph>
</bascode>
-<paragraph id="hd_id3153825" role="heading" level="2" xml-lang="en-US">Parameters:</paragraph>
+<h2 id="hd_id3153825">Parameters:</h2>
<paragraph id="par_id3155390" role="paragraph" xml-lang="en-US"> <emph>Source</emph>: Any string expression that specifies the name of the file that you want to copy. The expression can contain optional path and drive information. If you want, you can enter a path in <link href="text/sbasic/shared/00000002.xhp">URL notation</link>.</paragraph>
<paragraph id="par_id3150669" role="paragraph" xml-lang="en-US"> <emph>Destination</emph>: Any string expression that specifies where you want to copy the source file to. The expression can contain the destination drive, the path, and file name, or the path in URL notation.</paragraph>
<paragraph id="par_id3150791" role="note" xml-lang="en-US">You can only use the FileCopy statement to copy files that are not opened.</paragraph>
@@ -51,7 +51,7 @@
<embed href="text/sbasic/shared/00000003.xhp#err5"/>
<embed href="text/sbasic/shared/00000003.xhp#err76"/>
-<paragraph id="hd_id3125863" role="heading" level="2" xml-lang="en-US">Example:</paragraph>
+<h2 id="hd_id3125863">Example:</h2>
<bascode>
<paragraph id="par_idm1340767600" role="bascode" localize="false" xml-lang="en-US">Sub ExampleFileCopy</paragraph>
<paragraph id="par_idm1340766368" role="bascode" localize="false" xml-lang="en-US"> FileCopy "c:\autoexec.bat", "c:\Temp\Autoexec.sav"</paragraph>