Search found 2 matches

by foughtthelaw
October 2nd, 2013, 3:37 pm
Forum: Scripts Discussion
Topic: Selecting one folder up in a path heirarchy
Replies: 1
Views: 6942

Re: Selecting one folder up in a path heirarchy

got a merciful hit from another forum. the answer looks so simple I'm almost embarased I had to ask.

app.project.flie.parent.parent
by foughtthelaw
October 2nd, 2013, 12:26 pm
Forum: Scripts Discussion
Topic: Selecting one folder up in a path heirarchy
Replies: 1
Views: 6942

Selecting one folder up in a path heirarchy

right now I'm using app.project.file.path which gives me something like this: say I have a project file at ~/desktop/my_project/ae_project_files and I want to create an 'output' folder in ~/desktop/my_project/ how would I programmatically select a directory one up from the one my project file is in?