<?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 Create Folder In NC Program in PowerMill Forum</title>
    <link>https://forums.autodesk.com/t5/powermill-forum/create-folder-in-nc-program/m-p/10727812#M7518</link>
    <description>&lt;P&gt;Dear Sir,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; We Create The Folder Before Starting The Nc Programming. After Complete The Programming. We Required The Output With Folder.(Refer The Attached Video)&lt;/P&gt;</description>
    <pubDate>Mon, 01 Nov 2021 13:02:51 GMT</pubDate>
    <dc:creator>newgentooling</dc:creator>
    <dc:date>2021-11-01T13:02:51Z</dc:date>
    <item>
      <title>Create Folder In NC Program</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/create-folder-in-nc-program/m-p/10727812#M7518</link>
      <description>&lt;P&gt;Dear Sir,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; We Create The Folder Before Starting The Nc Programming. After Complete The Programming. We Required The Output With Folder.(Refer The Attached Video)&lt;/P&gt;</description>
      <pubDate>Mon, 01 Nov 2021 13:02:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/create-folder-in-nc-program/m-p/10727812#M7518</guid>
      <dc:creator>newgentooling</dc:creator>
      <dc:date>2021-11-01T13:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: Create Folder In NC Program</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/create-folder-in-nc-program/m-p/10732420#M7519</link>
      <description>&lt;P&gt;Hi !&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/8096037"&gt;@newgentooling&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can try this if it can help you ....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;STRING $dir1 = 'ABCV-01'&lt;BR /&gt;STRING $dir2 = 'AXCN-02'&lt;BR /&gt;STRING $dir3 = 'BGHP-03'&lt;BR /&gt;STRING $dir4 = 'BLPR-04'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;STRING $dirpath = project_pathname(0) + "\ncprograms\" + '$dir1'&lt;BR /&gt;MKDIR $dirpath&lt;/P&gt;&lt;P&gt;STRING $dirpath1 = project_pathname(0) + "\ncprograms\" + '$dir2'&lt;BR /&gt;MKDIR $dirpath1&lt;/P&gt;&lt;P&gt;STRING $dirpath2 = project_pathname(0) + "\ncprograms\" + '$dir3'&lt;BR /&gt;MKDIR $dirpath2&lt;/P&gt;&lt;P&gt;STRING $dirpath3 = project_pathname(0) + "\ncprograms\" + '$dir4'&lt;BR /&gt;MKDIR $dirpath3&lt;/P&gt;&lt;P&gt;OLE FILEACTION "OPEN" $dirpath&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers ,&lt;/P&gt;</description>
      <pubDate>Wed, 03 Nov 2021 11:45:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/create-folder-in-nc-program/m-p/10732420#M7519</guid>
      <dc:creator>karan30782</dc:creator>
      <dc:date>2021-11-03T11:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Create Folder In NC Program</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/create-folder-in-nc-program/m-p/10732830#M7520</link>
      <description>&lt;P&gt;I stumbled upon this by accident.&lt;/P&gt;&lt;P&gt;But if you use a forward slash (/) in your output name, you will create a subfolder within the NC program..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps..&lt;/P&gt;</description>
      <pubDate>Wed, 03 Nov 2021 14:23:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/create-folder-in-nc-program/m-p/10732830#M7520</guid>
      <dc:creator>Pijetro</dc:creator>
      <dc:date>2021-11-03T14:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: Create Folder In NC Program</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/create-folder-in-nc-program/m-p/10741912#M7521</link>
      <description>&lt;P&gt;Dear Sir,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Thanks For Your Support. Please ref Attached Sheet, We Required Automatic Folder NC output Program.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 07:12:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/create-folder-in-nc-program/m-p/10741912#M7521</guid>
      <dc:creator>newgentooling</dc:creator>
      <dc:date>2021-11-08T07:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: Create Folder In NC Program</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/create-folder-in-nc-program/m-p/10744671#M7522</link>
      <description>&lt;P&gt;Hi !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Otherwise you can use it this way also&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;//macro will create required number of folders with required name.&lt;BR /&gt;INT $nFolder = INPUT "Enter the number of folders"&lt;BR /&gt;INT $count = 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;//This will create folder in your toolpath explorer&lt;/P&gt;&lt;P&gt;WHILE $count &amp;lt; $nFolder {&lt;BR /&gt;STRING $folder = INPUT "Enter the folder name"&lt;BR /&gt;STRING $path = 'NCProgram\' + $folder&lt;BR /&gt;IF NOT folder_exists($path) {&lt;BR /&gt;CREATE FOLDER "NCProgram" $folder&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;//This will create folder in your ncprograms explorer&lt;/P&gt;&lt;P&gt;$path = 'Toolpath\' + $folder&lt;BR /&gt;IF NOT folder_exists($path) {&lt;BR /&gt;CREATE FOLDER "Toolpath" $folder&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;$count = $count + 1&lt;/P&gt;&lt;P&gt;//This will create folder in your project directory ncprogram folder&lt;BR /&gt;STRING $dirpath = project_pathname(0) + "/ncprograms/" + '$folder'&lt;BR /&gt;MKDIR $dirpath&lt;BR /&gt;&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Tue, 09 Nov 2021 11:07:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/create-folder-in-nc-program/m-p/10744671#M7522</guid>
      <dc:creator>karan30782</dc:creator>
      <dc:date>2021-11-09T11:07:15Z</dc:date>
    </item>
  </channel>
</rss>

