<?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 How to handle Temporary (.ac$) files in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/how-to-handle-temporary-ac-files/m-p/9648897#M18949</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have developed a code to slice a solid in specific intervals, and what I have observed that during the process the CIVIL3D creates the&amp;nbsp;Temporary (.ac$) file in temp folder and it keeps increasing its size during the process.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to control the Temporary file in the code? Is there anything am I missing?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Eirij&lt;/P&gt;</description>
    <pubDate>Wed, 22 Jul 2020 11:59:13 GMT</pubDate>
    <dc:creator>eirij</dc:creator>
    <dc:date>2020-07-22T11:59:13Z</dc:date>
    <item>
      <title>How to handle Temporary (.ac$) files</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-handle-temporary-ac-files/m-p/9648897#M18949</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have developed a code to slice a solid in specific intervals, and what I have observed that during the process the CIVIL3D creates the&amp;nbsp;Temporary (.ac$) file in temp folder and it keeps increasing its size during the process.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to control the Temporary file in the code? Is there anything am I missing?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Eirij&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2020 11:59:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-handle-temporary-ac-files/m-p/9648897#M18949</guid>
      <dc:creator>eirij</dc:creator>
      <dc:date>2020-07-22T11:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle Temporary (.ac$) files</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-handle-temporary-ac-files/m-p/9649111#M18950</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Have a look at the &lt;A href="https://knowledge.autodesk.com/support/autocad-lt/learn-explore/caas/CloudHelp/cloudhelp/2019/ENU/AutoCAD-LT/files/GUID-AE54276F-ACF1-41A1-87EC-56E297CDB067-htm.html" target="_blank" rel="noopener"&gt;SAVETIME sysvar&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2020 13:37:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-handle-temporary-ac-files/m-p/9649111#M18950</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2020-07-22T13:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle Temporary (.ac$) files</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-handle-temporary-ac-files/m-p/9650854#M18951</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/109424"&gt;@_gile&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your reply, I have tried with the system variable SAVETIME and it didn't work for me, but doing some research on Temporary files I have figured out the problem.&amp;nbsp;Temporary files (.ac$)&lt;SPAN&gt;&amp;nbsp;contain information that is used by various AutoCAD commands (such as UNDO) and this was the reason for creating a huge (.ac$) file in the temp folder while performing the long slicing process.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You can easily enable or disable UNDO recording by&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;db.DisableUndoRecording(bool disable)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;if disable == true UNDO recording is off.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2020 08:27:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-handle-temporary-ac-files/m-p/9650854#M18951</guid>
      <dc:creator>eirij</dc:creator>
      <dc:date>2020-07-23T08:27:28Z</dc:date>
    </item>
  </channel>
</rss>

