I want a counter to determine which directory is used.
I use a + node with the string of the directory as one input and using As string Node I input a number 4.
However when these are added it becomes:
C:\Users\Desktop\ImageSequences\4.0000
but I want it to be like this:
C:\Users\Desktop\ImageSequences\4\
also with the \ at the end. Any ideas?