<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Create a file in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/create-a-file/m-p/596789#M46727</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What type of file are you trying to create (i.e. text file)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's an example on how to create a text file:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;txt = open(r"C:\temp\data.txt", "w")
txt.close()&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 01:37:26 GMT</pubDate>
    <dc:creator>JakeSkinner</dc:creator>
    <dc:date>2021-12-12T01:37:26Z</dc:date>
    <item>
      <title>Create a file</title>
      <link>https://community.esri.com/t5/python-questions/create-a-file/m-p/596788#M46726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How to create a file using Python?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2012 11:11:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/create-a-file/m-p/596788#M46726</guid>
      <dc:creator>eGroveSystems</dc:creator>
      <dc:date>2012-12-26T11:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: Create a file</title>
      <link>https://community.esri.com/t5/python-questions/create-a-file/m-p/596789#M46727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What type of file are you trying to create (i.e. text file)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's an example on how to create a text file:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;txt = open(r"C:\temp\data.txt", "w")
txt.close()&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 01:37:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/create-a-file/m-p/596789#M46727</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2021-12-12T01:37:26Z</dc:date>
    </item>
  </channel>
</rss>

