<?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: list level&amp;quot; folders&amp;quot; macro to delete in PowerMill Forum</title>
    <link>https://forums.autodesk.com/t5/powermill-forum/list-level-quot-folders-quot-macro-to-delete/m-p/13793243#M32848</link>
    <description>&lt;P&gt;That worked beautifully, appreciate it very much!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 02 Sep 2025 16:56:00 GMT</pubDate>
    <dc:creator>irishbball</dc:creator>
    <dc:date>2025-09-02T16:56:00Z</dc:date>
    <item>
      <title>list level" folders" macro to delete</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/list-level-quot-folders-quot-macro-to-delete/m-p/13788798#M32826</link>
      <description>&lt;P&gt;i been trying to figure out how to create a macro that deletes a Folder that is listed in the Levels list ( i need to add levels to folders, because of revision changes)&lt;/P&gt;&lt;P&gt;there is no actual option to create a folder, other then from command line&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this macro&amp;nbsp; is what i use:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;create folder 'Level' 'FolderName'&lt;BR /&gt;ACTIVATE FOLDER "Level\FolderName"&lt;BR /&gt;RENAME FOLDER "Level\FolderName"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but now i want to reverse it, and be able to delete a folder in the levels , and be able to use a drop down.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;any help with greatly appreciated&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Aug 2025 14:45:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/list-level-quot-folders-quot-macro-to-delete/m-p/13788798#M32826</guid>
      <dc:creator>irishbball</dc:creator>
      <dc:date>2025-08-29T14:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: list level" folders" macro to delete</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/list-level-quot-folders-quot-macro-to-delete/m-p/13788955#M32829</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;
&lt;LI-CODE lang="csharp"&gt;STRING LIST $fLevel = GET_FOLDERS("Level")
INT $sum = 0
FOREACH f IN $fLevel {
	${fLevel[$sum]} = replace($f,"Level\","")
	$sum = $sum + 1
}
INT $C = INPUT CHOICE $fLevel "Choose the folder"
STRING $folder = "Level\" + $fLevel[$C]
DELETE LEVEL FOLDER $folder&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 29 Aug 2025 16:46:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/list-level-quot-folders-quot-macro-to-delete/m-p/13788955#M32829</guid>
      <dc:creator>rafael.sansao</dc:creator>
      <dc:date>2025-08-29T16:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: list level" folders" macro to delete</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/list-level-quot-folders-quot-macro-to-delete/m-p/13793243#M32848</link>
      <description>&lt;P&gt;That worked beautifully, appreciate it very much!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Sep 2025 16:56:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/list-level-quot-folders-quot-macro-to-delete/m-p/13793243#M32848</guid>
      <dc:creator>irishbball</dc:creator>
      <dc:date>2025-09-02T16:56:00Z</dc:date>
    </item>
  </channel>
</rss>

