Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Custom entry field = folder

  • Custom entry field = folder

    Posted by Jason Linn on April 14, 2015 at 2:45 am

    Hey guys! Trying to make a script that creates a folder in the project window based on a text field string. Can anyone guide me in the right direction for this?

    Thanks!
    J

    Dan Ebberts
    replied 11 years ago
    2 Members · 1 Reply
  • 1 Reply
  • Dan Ebberts

    April 14, 2015 at 2:57 am

    It’s hard to be too specific without knowing how your UI is set up, but it will probably be something like this:

    var txt = yourEditTextElement.text;
    app.project.items.addFolder(txt);

    Dan

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy