I need to rename files sequentially in a series of folders. So each group of files within each individual folder should read...
[folder a]
FILE_01
FILE_02
FILE_03
...and so on. Automator does a great job as long as I add the contents of each folder one at a time. I would like to add all of the pages at once (or at least in folder batches of 20), then using Automator rename each file, while keeping the numbering for each folder unique to that folder. So I want to see this:
[folder a]
FILE_01
FILE_02
FILE_03
[folder b]
FILE_01
FILE_02
FILE_03
But when Automator runs this sequential renaming of files on the contents of each folder, it renumbers the files within each individual folder as if the files were all in the same folder. So it ends up looking like this:
[folder a]
FILE_01
FILE_02
FILE_03
[folder b]
FILE_04
FILE_05
FILE_06
I am adding the files in "folder groups" so that each group of files dragged into the Automator window stays in its own group (not mixed together). But Automator renames them as if they are all part of one folder.
Is there a way to keep the renaming unique to each folder within Automator? I also tried an app called ManageNameExt, but it cannot do this.
I also don't really know AppleScript at all. So any help would be very much appreciated.
[folder a]
FILE_01
FILE_02
FILE_03
...and so on. Automator does a great job as long as I add the contents of each folder one at a time. I would like to add all of the pages at once (or at least in folder batches of 20), then using Automator rename each file, while keeping the numbering for each folder unique to that folder. So I want to see this:
[folder a]
FILE_01
FILE_02
FILE_03
[folder b]
FILE_01
FILE_02
FILE_03
But when Automator runs this sequential renaming of files on the contents of each folder, it renumbers the files within each individual folder as if the files were all in the same folder. So it ends up looking like this:
[folder a]
FILE_01
FILE_02
FILE_03
[folder b]
FILE_04
FILE_05
FILE_06
I am adding the files in "folder groups" so that each group of files dragged into the Automator window stays in its own group (not mixed together). But Automator renames them as if they are all part of one folder.
Is there a way to keep the renaming unique to each folder within Automator? I also tried an app called ManageNameExt, but it cannot do this.
I also don't really know AppleScript at all. So any help would be very much appreciated.