Skip to main content
Participant
November 30, 2013
Answered

Is it possible to specify a FolderItem to import footage into?

  • November 30, 2013
  • 1 reply
  • 552 views

Hi, thanks for viewing

I'm writing a script that imports your footage into folders; keeping the hierarchy from your source's root folder. I've been able to create the folders and name them accordingly, but I can't see a way of using ImportOptions to import new files into a specific folder. I can only import them as loose files into the project.

Is there a way to specify a FolderItem to import footage into?

Thanks

This topic has been closed for replies.
Correct answer Dan Ebberts

It's only one more step to move it to the folder of your choice:

myFootage.parentFolder = yourFolder;

Is there some reason you want to avoid doing it that way?

Dan

1 reply

Dan Ebberts
Community Expert
Dan EbbertsCommunity ExpertCorrect answer
Community Expert
November 30, 2013

It's only one more step to move it to the folder of your choice:

myFootage.parentFolder = yourFolder;

Is there some reason you want to avoid doing it that way?

Dan