<?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 Shutil Folder Move in Python in Transportation Questions</title>
    <link>https://community.esri.com/t5/transportation-questions/shutil-folder-move-in-python/m-p/126953#M419</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: rdg129&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.python.org/library/shutil.html"&gt;http://docs.python.org/library/shutil.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tried to use the Shutil module in Python and it never seems to work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All I want is to move everything in one folder to another folder, can someone help with the syntax.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Apr 2011 16:46:53 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2011-04-19T16:46:53Z</dc:date>
    <item>
      <title>Shutil Folder Move in Python</title>
      <link>https://community.esri.com/t5/transportation-questions/shutil-folder-move-in-python/m-p/126953#M419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: rdg129&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.python.org/library/shutil.html"&gt;http://docs.python.org/library/shutil.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tried to use the Shutil module in Python and it never seems to work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All I want is to move everything in one folder to another folder, can someone help with the syntax.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 16:46:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/shutil-folder-move-in-python/m-p/126953#M419</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2011-04-19T16:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: Shutil Folder Move in Python</title>
      <link>https://community.esri.com/t5/transportation-questions/shutil-folder-move-in-python/m-p/126954#M420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you using shutil.copytree()?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've notice that quite often lock files persist in the FGDB folders (even after all the featurelayers, tableviews, cursor refs, etc are deleted). In that case, I have had to rely on the (frankly much slower) gp.Copy_management() tool.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 17:28:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/shutil-folder-move-in-python/m-p/126954#M420</guid>
      <dc:creator>ChrisSnyder</dc:creator>
      <dc:date>2011-04-19T17:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: Shutil Folder Move in Python</title>
      <link>https://community.esri.com/t5/transportation-questions/shutil-folder-move-in-python/m-p/126955#M421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: rdg129&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good to know, tell me about the copy management tool.&amp;nbsp; Works Better than the copytree?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 18:02:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/shutil-folder-move-in-python/m-p/126955#M421</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2011-04-19T18:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: Shutil Folder Move in Python</title>
      <link>https://community.esri.com/t5/transportation-questions/shutil-folder-move-in-python/m-p/126956#M422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not much to tell, but it seems to work when shutil.copytree throw an error about some .lock file in a .fgdb folder having a file sharing issue. Try it and you may I say...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 18:06:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/shutil-folder-move-in-python/m-p/126956#M422</guid>
      <dc:creator>ChrisSnyder</dc:creator>
      <dc:date>2011-04-19T18:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: Shutil Folder Move in Python</title>
      <link>https://community.esri.com/t5/transportation-questions/shutil-folder-move-in-python/m-p/126957#M423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: rdg129&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks - that worked.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2011 15:39:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/shutil-folder-move-in-python/m-p/126957#M423</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2011-11-21T15:39:26Z</dc:date>
    </item>
  </channel>
</rss>

