enter image description hereI'm not sure where best to post this, hopefully someone can advise if this isn't right, I've been a long time browser but this is my first post. Anyway..
I need to automate copying a load of folders to a new location and merging sub directories.
I will use ABC as an example text string which represents the company name and is a constant value.
The current structure is like:
2012 Jobs
- ABC12 001-099
- ABC12-001
- jpgs
- raw
- web
- tiffs
- ABC12-002
- ABC12-003
- ...
- ABC12-001
- ABC12 100-199
- ABC12 200-299
- ABC12 001-099
2013 Jobs
- ...
- 2014 Jobs
- ...
What I need to do is copy this structure to a new location, but merge the jpgs and web folders in to one named jpgs for example and the raw and tiffs in to another folder named tiffs.
I created an AppleScript to create the folder structure but these are obviously all just blank folders, would be much easier to just copy what is there already and start again, open to any suggestions, you're the experts! Thanks
Image shows structure before and how I want it after: Before and After