<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.soldat.pl/index.php?action=history&amp;feed=atom&amp;title=TFile.Move</id>
		<title>TFile.Move - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.soldat.pl/index.php?action=history&amp;feed=atom&amp;title=TFile.Move"/>
		<link rel="alternate" type="text/html" href="https://wiki.soldat.pl/index.php?title=TFile.Move&amp;action=history"/>
		<updated>2026-05-06T02:00:08Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://wiki.soldat.pl/index.php?title=TFile.Move&amp;diff=781&amp;oldid=prev</id>
		<title>Falcon: Created page with &quot; '''''function Move(const Source, Destination: string): Boolean'''''   Source: a path to a file to move   Destination: a path to a file that should be created   Result: Whenev...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.soldat.pl/index.php?title=TFile.Move&amp;diff=781&amp;oldid=prev"/>
				<updated>2013-07-26T15:17:08Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot; &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;function Move(const Source, Destination: string): Boolean&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;   Source: a path to a file to move   Destination: a path to a file that should be created   Result: Whenev...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt; '''''function Move(const Source, Destination: string): Boolean'''''&lt;br /&gt;
  Source: a path to a file to move&lt;br /&gt;
  Destination: a path to a file that should be created&lt;br /&gt;
  Result: Whenever move operation was successful or not&lt;br /&gt;
==Description==&lt;br /&gt;
This function moves Source file to Destination path. If either Source path or Destination path is out of script's sandbox, [[EAccessViolation]] exception is thrown.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;pascal&amp;quot;&amp;gt;&lt;br /&gt;
begin&lt;br /&gt;
  try&lt;br /&gt;
    File.Move('soldat.ini.bak', 'soldat.ini');&lt;br /&gt;
  except&lt;br /&gt;
    WriteLn('access to soldat.ini denied');&lt;br /&gt;
  end;&lt;br /&gt;
end;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
[[Category:TFile]]&lt;/div&gt;</summary>
		<author><name>Falcon</name></author>	</entry>

	</feed>