How to create a sub sub folder using Automator/AppleScript

Hey, well i was trying to create a folder structure using this article "Use Automator/AppleScript to create multiple subfolders for a project" but i have one concern, how can i create a sub sub folder?


Thanks

MacBook Pro 15", macOS 10.15

Posted on Jan 24, 2020 10:29 AM

Reply
2 replies

Jan 24, 2020 6:43 PM in response to jbm8915

That Automator action already creates a series of sub-subfolders - it's actually just calling the shell command mkdir to do the actual work. It passes in the first two parts as the first arguments ( $1 and $2 ), and then creates a series of sub directories below that - for example, the 'Outputs' directory is a one subdirectory, and there are subdirectories below that such as 'Final Deliverables', 'Final Deliverables/ProRes', etc.


What am I missing?

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

How to create a sub sub folder using Automator/AppleScript

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.