I need to manipulate the string so that my files can ascend in the following order: [1,1,1], [1,1,2] [1,1,3]....[1,2,1] and so on. Any insights as to how I can do this?
I