-
Moving a comp into an existing folder in the project window via script
Hello I created a script that imports a project into another. I need to keep the project window as tidy as possible for the script to work every time. I’m avoiding error checking since I don’t have that kind of knowledge yet. So imagine you have an open project and you import one via script. you end up with a new folder named after the imported project with its content inside. Well I need to move the content of that new folder, which consists only of a single comp, to an existing one in the main project window (it’s called “COMP” folder) and then delete the empty folder (the one created at import). I hope I was clear enough, thanks.