Iterating over Folder items

Hi,
I want to use the text inside a folderDAT column, iterating through the rows which will be a filename in the movieFileInTOP. I did try op(‘folder’)[ColNum,RowNum] but that returns none.
Thank you,
Lekuid

The correct order is op("folder")[rowIndex, colIndex] (you have it the other way around)
See documentation how to access DAT content: folderDAT Class - Derivative

Also see examples in Operator Snippets for the Replicator COMP, mainly the first one called “replicate movies”. It shows how to generate Movie File In TOPs for each media file found with the Folder DAT.

1 Like