Trying to create an Applescript that can be executed (contextual menu, but would prefer a droplet.)
Need to sort a list of folders into 4 sub folders. The sort will be based on if the folder name contains specific numbers in parenthesis ( ).
For example:
The Mother Lode of Folders - Typically would be handling 30-150 folders at a time
566811-(8) UnitarianComm
599363-(23) Healthway
607595-(13) Epiphanychurch
599361-(23) GolfRoundUp
608611-(RF) ChristCommun
602703-(52) ArtandAntique
743820-(71) DCReproducti
743821-(58) DrClaireStaggRuda
602701-(65) TobaccoCity
The key variables for the sort are the numbers or letters in the parenthesis
Need to sort into 4 Sort Folders named:
Fort Pierce (includes numbers: 1,2,3,4,5,6,7,8,9,10.11,12,19,48 and any Alpha's)
Vero Beach (includes numbers: 13, 20 though 29)
Melbourne (includes numbers: 50 through 69)
Daytona (includes numbers: 70 through 79)
The Alpha's can get tricky as they are always changing, so any alpha could default to the Fort Pierce folder.
I would like to drop their containing folder on to a droplet and the Applescript would create the 4 Sort Folders in the same directory as the folders to sort. After the Applescript is completed, the group folders will be manually copied/deleted by an end user so when the script is executed again no existing Group folders will interfere. (so the copy/delete is not part of the Applescript
Any help would be greatly, greatly appreciated.
Need to sort a list of folders into 4 sub folders. The sort will be based on if the folder name contains specific numbers in parenthesis ( ).
For example:
The Mother Lode of Folders - Typically would be handling 30-150 folders at a time
566811-(8) UnitarianComm
599363-(23) Healthway
607595-(13) Epiphanychurch
599361-(23) GolfRoundUp
608611-(RF) ChristCommun
602703-(52) ArtandAntique
743820-(71) DCReproducti
743821-(58) DrClaireStaggRuda
602701-(65) TobaccoCity
The key variables for the sort are the numbers or letters in the parenthesis
Need to sort into 4 Sort Folders named:
Fort Pierce (includes numbers: 1,2,3,4,5,6,7,8,9,10.11,12,19,48 and any Alpha's)
Vero Beach (includes numbers: 13, 20 though 29)
Melbourne (includes numbers: 50 through 69)
Daytona (includes numbers: 70 through 79)
The Alpha's can get tricky as they are always changing, so any alpha could default to the Fort Pierce folder.
I would like to drop their containing folder on to a droplet and the Applescript would create the 4 Sort Folders in the same directory as the folders to sort. After the Applescript is completed, the group folders will be manually copied/deleted by an end user so when the script is executed again no existing Group folders will interfere. (so the copy/delete is not part of the Applescript
Any help would be greatly, greatly appreciated.