<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.gtaconnected.com/wiki/index.php?action=history&amp;feed=atom&amp;title=createFile</id>
	<title>createFile - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.gtaconnected.com/wiki/index.php?action=history&amp;feed=atom&amp;title=createFile"/>
	<link rel="alternate" type="text/html" href="https://wiki.gtaconnected.com/wiki/index.php?title=createFile&amp;action=history"/>
	<updated>2026-04-21T10:05:50Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.15</generator>
	<entry>
		<id>https://wiki.gtaconnected.com/wiki/index.php?title=createFile&amp;diff=6215&amp;oldid=prev</id>
		<title>Mex: Mex moved page CreateFile to createFile</title>
		<link rel="alternate" type="text/html" href="https://wiki.gtaconnected.com/wiki/index.php?title=createFile&amp;diff=6215&amp;oldid=prev"/>
		<updated>2019-08-24T15:20:09Z</updated>

		<summary type="html">&lt;p&gt;Mex moved page &lt;a href=&quot;/CreateFile&quot; class=&quot;mw-redirect&quot; title=&quot;CreateFile&quot;&gt;CreateFile&lt;/a&gt; to &lt;a href=&quot;/createFile&quot; title=&quot;createFile&quot;&gt;createFile&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{ScriptItem&lt;br /&gt;
|endpoint = shared&lt;br /&gt;
|type = function&lt;br /&gt;
|name = createFile&lt;br /&gt;
|parameters = string filePath&lt;br /&gt;
|parameter1 = string filePath The path to the file.&lt;br /&gt;
|returnTypes = Stream&lt;br /&gt;
|usage = create a file on the hard drive&lt;br /&gt;
|returnInfo = a handle to the file stream&lt;br /&gt;
|returnFail1 = null n/a&lt;br /&gt;
|exampleLua = file = createFile(&amp;quot;test.txt&amp;quot;)&lt;br /&gt;
file:writeString(&amp;quot;this is a test&amp;quot;)&lt;br /&gt;
file:close()&lt;br /&gt;
|exampleJS = file = createFile(&amp;quot;test.txt&amp;quot;)&lt;br /&gt;
file.writeString(&amp;quot;this is a test&amp;quot;)&lt;br /&gt;
file.close()&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Mex</name></author>
	</entry>
</feed>