create folder in project

Find out why the . goes before the /

Moderator: Paul Tuersley

Post Reply
cardeiro
Posts: 31
Joined: March 27th, 2006, 2:03 pm
Location: philadelphia, PA
Contact:

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
byronnash
Posts: 321
Joined: July 7th, 2004, 2:30 pm
Location: Charlotte, NC
Contact:

viewtopic.php?t=62

I'm not sure if this has changed with version 7.
nab
Posts: 203
Joined: November 29th, 2005, 3:00 am
Location: Royan
Contact:

Code: Select all

app.project.items.addFolder("Toto");
new in 7.0
cardeiro
Posts: 31
Joined: March 27th, 2006, 2:03 pm
Location: philadelphia, PA
Contact:

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!
Post Reply