[Solved]Replace Folder Row

hello all,

I’m currently working on a project where we have 58 images scrolling around dictated by a table operator with x and y keyframes,

all images are loaded from a stock folder with exactly 58 images within the folder.

now my question is i have a separate folder which I’ll call the *New Folder which will have images dropped in at random times but will start empty.

now when an image is dropped in I would like to replace a row at a specified index in the stock folder to replace the current image with the new one
which has been dropped into the *New folder.

would anyone have any suggestions about to achieve this?

best regards
Blake

You could probably get most of the way there with a DAT execute. Watch for table changes, on your New Folder DAT. When the table changes you can then script the action you’d like to have happen.

Does that make sense?

thanks for the reply the dat execute worked a treat although i had to save the table to a .dat file with the table and load it to edit the table which has worked fine for me.
thanks again