Page 1 of 1

create folder in project

Posted: February 28th, 2007, 10:07 am
by cardeiro
I thought this was going to be trivial, but I have scoured the docs and cant find a method.

All I want to do is have my script create a folder in my project...is this possible, and if not why (seems like a pretty fundamental feature)

Mike Cardeiro

Posted: February 28th, 2007, 12:28 pm
by byronnash
viewtopic.php?t=62

I'm not sure if this has changed with version 7.

Posted: February 28th, 2007, 3:03 pm
by nab

Code: Select all

app.project.items.addFolder("Toto");
new in 7.0

Posted: March 1st, 2007, 6:29 am
by cardeiro
oh, we have 6.5 and 7.0 machines so I was developing this script on the 6.5 machine so everyone could play...guess only the 7.0 systems will be able to use the script!