<?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: Folder creation in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/folder-creation/m-p/5783476#M58195</link>
    <description>&lt;P&gt;Thank you for the reply.&lt;/P&gt;&lt;P&gt;I'm trying to learn/understand&amp;nbsp;code writing, how it works, and how to apply it. All help and explaination&amp;nbsp;is much appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Still don't completly understand your explaination on how it works and why it would be used over something more simplistic.&lt;/P&gt;&lt;P&gt;More study needed&amp;nbsp;to get a good understanding of what it does and why to use it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found other iLogic code here on the forum where they were&amp;nbsp;saving to&amp;nbsp;a folder and if it didn't exist, create it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This what I ended up with that does work.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#800080" size="2"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800000" size="2"&gt;&lt;FONT color="#800000" size="2"&gt;oFolder&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; &lt;STRONG&gt;=&lt;/STRONG&gt; &lt;FONT color="#800080" size="2"&gt;&lt;STRONG&gt;ThisDoc&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;.&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#800080" size="2"&gt;Path&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#ff0000" size="2"&gt;&lt;FONT color="#ff0000" size="2"&gt;&amp;amp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#008080" size="2"&gt;&lt;FONT color="#008080" size="2"&gt;"\PDF FILES"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;'Check for the PDF FILES&amp;nbsp;folder and create it if it does not exist&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff0000" size="2"&gt;&lt;FONT color="#ff0000" size="2"&gt;&lt;STRONG&gt;If&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#ff0000" size="2"&gt;&lt;FONT color="#ff0000" size="2"&gt;Not&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT color="#ff0000" size="2"&gt;&lt;FONT color="#ff0000" size="2"&gt;System&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT size="2"&gt;.&lt;/FONT&gt;&lt;FONT color="#800000" size="2"&gt;&lt;FONT color="#800000" size="2"&gt;IO&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;.&lt;/FONT&gt;&lt;FONT color="#800000" size="2"&gt;&lt;FONT color="#800000" size="2"&gt;Directory&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;.&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#800080" size="2"&gt;&lt;FONT color="#800080" size="2"&gt;Exists&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;(&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT color="#800000" size="2"&gt;&lt;FONT color="#800000" size="2"&gt;oFolder&lt;/FONT&gt;&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT size="2"&gt;)&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT color="#ff0000" size="2"&gt;&lt;FONT color="#ff0000" size="2"&gt;Then&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#ff0000" size="2"&gt;&lt;FONT color="#ff0000" size="2"&gt;System&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT size="2"&gt;.&lt;/FONT&gt;&lt;FONT color="#800000" size="2"&gt;&lt;FONT color="#800000" size="2"&gt;IO&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;.&lt;/FONT&gt;&lt;FONT color="#800000" size="2"&gt;&lt;FONT color="#800000" size="2"&gt;Directory&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;.&lt;/FONT&gt;&lt;FONT color="#800000" size="2"&gt;&lt;FONT color="#800000" size="2"&gt;CreateDirectory&lt;/FONT&gt;&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT size="2"&gt;(&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT color="#800000" size="2"&gt;&lt;FONT color="#800000" size="2"&gt;oFolder&lt;/FONT&gt;&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT size="2"&gt;)&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff0000" size="2"&gt;&lt;FONT color="#ff0000" size="2"&gt;&lt;STRONG&gt;End&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#ff0000" size="2"&gt;&lt;FONT color="#ff0000" size="2"&gt;If&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" size="2"&gt;&lt;FONT size="2"&gt;Does&amp;nbsp;this&amp;nbsp;create or allow problems?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 23 Aug 2015 04:15:34 GMT</pubDate>
    <dc:creator>phila</dc:creator>
    <dc:date>2015-08-23T04:15:34Z</dc:date>
    <item>
      <title>Folder creation</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/folder-creation/m-p/5782804#M58186</link>
      <description>&lt;P&gt;Why does this create a folder with an added character?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It adds a "T" or a "C" depending on the name of folder the the drawing is in.&amp;nbsp; In this case, the folder named T-II creates "TPDF" and Commom creates "CPDF"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800000" size="2"&gt;oFolder&lt;/FONT&gt;&lt;FONT size="2"&gt; &lt;STRONG&gt;=&lt;/STRONG&gt; &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#800080" size="2"&gt;ThisDoc&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT size="2"&gt;.&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#800080" size="2"&gt;Path&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT size="2"&gt; &lt;STRONG&gt;(&lt;/STRONG&gt;&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#800080" size="2"&gt;InStrRev&lt;/FONT&gt;&lt;FONT size="2"&gt;(&lt;/FONT&gt;&lt;FONT color="#800080" size="2"&gt;ThisDoc&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT size="2"&gt;.&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#800080" size="2"&gt;Path&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT size="2"&gt;,&lt;/FONT&gt;&lt;FONT color="#008080" size="2"&gt;"\"&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT size="2"&gt;))&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT color="#ff0000" size="2"&gt;&amp;amp;&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#008080" size="2"&gt;"PDF"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;'Check for the PDF folder and create it if it does not exist&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff0000" size="2"&gt;&lt;FONT color="#ff0000" size="2"&gt;&lt;STRONG&gt;If&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#ff0000" size="2"&gt;&lt;FONT color="#ff0000" size="2"&gt;Not&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT color="#ff0000" size="2"&gt;&lt;FONT color="#ff0000" size="2"&gt;System&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT size="2"&gt;.&lt;/FONT&gt;&lt;FONT color="#800000" size="2"&gt;&lt;FONT color="#800000" size="2"&gt;IO&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;.&lt;/FONT&gt;&lt;FONT color="#800000" size="2"&gt;&lt;FONT color="#800000" size="2"&gt;Directory&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;.&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#800080" size="2"&gt;&lt;FONT color="#800080" size="2"&gt;Exists&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;(&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT color="#800000" size="2"&gt;&lt;FONT color="#800000" size="2"&gt;oFolder&lt;/FONT&gt;&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT size="2"&gt;)&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT color="#ff0000" size="2"&gt;&lt;FONT color="#ff0000" size="2"&gt;Then&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#ff0000" size="2"&gt;&lt;FONT color="#ff0000" size="2"&gt;System&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT size="2"&gt;.&lt;/FONT&gt;&lt;FONT color="#800000" size="2"&gt;&lt;FONT color="#800000" size="2"&gt;IO&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;.&lt;/FONT&gt;&lt;FONT color="#800000" size="2"&gt;&lt;FONT color="#800000" size="2"&gt;Directory&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;.&lt;/FONT&gt;&lt;FONT color="#800000" size="2"&gt;&lt;FONT color="#800000" size="2"&gt;CreateDirectory&lt;/FONT&gt;&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT size="2"&gt;(&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT color="#800000" size="2"&gt;&lt;FONT color="#800000" size="2"&gt;oFolder&lt;/FONT&gt;&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT size="2"&gt;)&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff0000" size="2"&gt;&lt;FONT color="#ff0000" size="2"&gt;&lt;STRONG&gt;End&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#ff0000" size="2"&gt;&lt;FONT color="#ff0000" size="2"&gt;If&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#333333"&gt;&lt;STRONG&gt;&lt;FONT size="2"&gt;&lt;FONT size="2"&gt;What is the correct way to do this?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Aug 2015 21:32:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/folder-creation/m-p/5782804#M58186</guid>
      <dc:creator>phila</dc:creator>
      <dc:date>2015-08-21T21:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: Folder creation</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/folder-creation/m-p/5783395#M58194</link>
      <description>&lt;P&gt;You could try with alternate syntax and see if that helps...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;oActiveDocName&amp;nbsp;= ThisApplication.ActiveDocument.FullFileName&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;'"This is cool"&lt;/P&gt;&lt;P&gt;'Search c with instrev would return 4 as it is 4th from the end&lt;/P&gt;&lt;P&gt;'Thus, subtract 3 from the 12 char length to get the pos from left; 9&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;oPos = Len(oActiveDocName) - InStrRev(oActiveDocName, "\")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;'We know the location of the last \ now, so we use left to take all of the string infront of that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;'This will return the folder length without the last slash, to get the slash, simply change oPos below to oPos + 1&lt;/P&gt;&lt;P&gt;'ie'; C:\MyDocuments will be returned by this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;oFolder = Left(oActiveDocName, oPos)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;MsgBox(oFolder)&lt;/P&gt;</description>
      <pubDate>Sat, 22 Aug 2015 22:44:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/folder-creation/m-p/5783395#M58194</guid>
      <dc:creator>MechMachineMan</dc:creator>
      <dc:date>2015-08-22T22:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: Folder creation</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/folder-creation/m-p/5783476#M58195</link>
      <description>&lt;P&gt;Thank you for the reply.&lt;/P&gt;&lt;P&gt;I'm trying to learn/understand&amp;nbsp;code writing, how it works, and how to apply it. All help and explaination&amp;nbsp;is much appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Still don't completly understand your explaination on how it works and why it would be used over something more simplistic.&lt;/P&gt;&lt;P&gt;More study needed&amp;nbsp;to get a good understanding of what it does and why to use it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found other iLogic code here on the forum where they were&amp;nbsp;saving to&amp;nbsp;a folder and if it didn't exist, create it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This what I ended up with that does work.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#800080" size="2"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800000" size="2"&gt;&lt;FONT color="#800000" size="2"&gt;oFolder&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; &lt;STRONG&gt;=&lt;/STRONG&gt; &lt;FONT color="#800080" size="2"&gt;&lt;STRONG&gt;ThisDoc&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;.&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#800080" size="2"&gt;Path&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#ff0000" size="2"&gt;&lt;FONT color="#ff0000" size="2"&gt;&amp;amp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#008080" size="2"&gt;&lt;FONT color="#008080" size="2"&gt;"\PDF FILES"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;'Check for the PDF FILES&amp;nbsp;folder and create it if it does not exist&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff0000" size="2"&gt;&lt;FONT color="#ff0000" size="2"&gt;&lt;STRONG&gt;If&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#ff0000" size="2"&gt;&lt;FONT color="#ff0000" size="2"&gt;Not&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT color="#ff0000" size="2"&gt;&lt;FONT color="#ff0000" size="2"&gt;System&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT size="2"&gt;.&lt;/FONT&gt;&lt;FONT color="#800000" size="2"&gt;&lt;FONT color="#800000" size="2"&gt;IO&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;.&lt;/FONT&gt;&lt;FONT color="#800000" size="2"&gt;&lt;FONT color="#800000" size="2"&gt;Directory&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;.&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#800080" size="2"&gt;&lt;FONT color="#800080" size="2"&gt;Exists&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;(&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT color="#800000" size="2"&gt;&lt;FONT color="#800000" size="2"&gt;oFolder&lt;/FONT&gt;&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT size="2"&gt;)&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT color="#ff0000" size="2"&gt;&lt;FONT color="#ff0000" size="2"&gt;Then&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#ff0000" size="2"&gt;&lt;FONT color="#ff0000" size="2"&gt;System&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT size="2"&gt;.&lt;/FONT&gt;&lt;FONT color="#800000" size="2"&gt;&lt;FONT color="#800000" size="2"&gt;IO&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;.&lt;/FONT&gt;&lt;FONT color="#800000" size="2"&gt;&lt;FONT color="#800000" size="2"&gt;Directory&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;.&lt;/FONT&gt;&lt;FONT color="#800000" size="2"&gt;&lt;FONT color="#800000" size="2"&gt;CreateDirectory&lt;/FONT&gt;&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT size="2"&gt;(&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT color="#800000" size="2"&gt;&lt;FONT color="#800000" size="2"&gt;oFolder&lt;/FONT&gt;&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT size="2"&gt;)&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff0000" size="2"&gt;&lt;FONT color="#ff0000" size="2"&gt;&lt;STRONG&gt;End&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#ff0000" size="2"&gt;&lt;FONT color="#ff0000" size="2"&gt;If&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" size="2"&gt;&lt;FONT size="2"&gt;Does&amp;nbsp;this&amp;nbsp;create or allow problems?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 23 Aug 2015 04:15:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/folder-creation/m-p/5783476#M58195</guid>
      <dc:creator>phila</dc:creator>
      <dc:date>2015-08-23T04:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: Folder creation</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/folder-creation/m-p/5783478#M58196</link>
      <description>It's just using a more inventor specific method. ThisDocument.Path is&lt;BR /&gt;iLogic addin specific</description>
      <pubDate>Sun, 23 Aug 2015 04:20:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/folder-creation/m-p/5783478#M58196</guid>
      <dc:creator>MechMachineMan</dc:creator>
      <dc:date>2015-08-23T04:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: Folder creation</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/folder-creation/m-p/5783485#M58197</link>
      <description>&lt;P&gt;I tried Thisdocument.path instead of ThisDoc.Path and get an error needing to declare it. Could do that easily, just adds&amp;nbsp;another line&amp;nbsp;to do it.&lt;/P&gt;&lt;P&gt;The code uses ThisDoc.Path and ThisDoc,FileName. Neither are declared as far as I can tell in the overall code, but still work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is ThisDoc&amp;nbsp;used in VB and just happen to work in Ilogic without declaring it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 23 Aug 2015 04:53:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/folder-creation/m-p/5783485#M58197</guid>
      <dc:creator>phila</dc:creator>
      <dc:date>2015-08-23T04:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: Folder creation</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/folder-creation/m-p/5783486#M58198</link>
      <description>It's an iLogic snippet; the iLogic add-in for inventor contains 'shortcut'&lt;BR /&gt;snippets which make you type a little less. If you look in inventor&lt;BR /&gt;programming help it gives you full/proper methods and properties that would&lt;BR /&gt;work without the inventor add-in called if you ever expand to making&lt;BR /&gt;add-ins or external .exe's that access Inventor functionality.&lt;BR /&gt;&lt;BR /&gt;Ie; ThisDoc is the shortcut for ThisApplication.ActiveDocment which is&lt;BR /&gt;actually an inventor shortcut for a call to the inventor app... which would&lt;BR /&gt;have to be called by something like m_InvApp = ApplicationId&lt;BR /&gt;(2938-9843-183838-1¥2¥)...... or at leat I'm pretty sure of haha</description>
      <pubDate>Sun, 23 Aug 2015 05:02:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/folder-creation/m-p/5783486#M58198</guid>
      <dc:creator>MechMachineMan</dc:creator>
      <dc:date>2015-08-23T05:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Folder creation</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/folder-creation/m-p/5783677#M58200</link>
      <description>&lt;P&gt;Thanks again for the clarification.&lt;/P&gt;</description>
      <pubDate>Sun, 23 Aug 2015 16:23:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/folder-creation/m-p/5783677#M58200</guid>
      <dc:creator>phila</dc:creator>
      <dc:date>2015-08-23T16:23:24Z</dc:date>
    </item>
  </channel>
</rss>

