Copy link to clipboard
Copied
I've written a script that creates a folder structure in my AE project view but I would like to then be able to run another script (eventually tied to a button on a GUI panel) that allows me to define where I can create a similar folder structure on my desktop or defined folder.
Is there a way to do this?
Thanks!
Ok, I believe I now have something that works. I've tested it a little bit in CC 2014, but have not really put it through the wringer. So use with CAUTION!!!
It may not look pretty, but it works. The only things to be aware of are that it currently does not have a special character verifier to prevent OS folder name issues. The other is that if a duplicate folder name appears within the same parentFolder (see crude example below), it will just not be created in the OS setup. This prevents overwri
...Copy link to clipboard
Copied
No worries. Each folder path is fully typed out.
myFirstFolder
myFirstSubFolder
myFirstSubSubFolder
myThirdSubFolder
myFourthSubFolder
translates into...
myFirstFolder
myFirstFolder + slash + myFirstSubFolder
myFirstFolder + slash + myFirstSubFolder + slash + myFirstSubSubFolder
myFirstFolder + slash + myThirdSubFolder
myFirstFolder + slash + myFourthSubFolder
Find more inspiration, events, and resources on the new Adobe Community
Explore Now