I have an application that has 2 for loops, in one, I read a tab delimitted txt file, and in the other, I read all files in a folder.
I am trying to compare the names of the files in the csv with the names of the files in the folders, and generate an array, with the last 6 characters of the last folder path.
From what I can understand, my code should work, but it doesn't even enter the first for loop.
Please help me.
Thanks.