No, I don't know the filename. BUT, I want the index. I want to determine the index in the array of the current file, and then add one to that index number, essentially moving to the next one. I have never used LINQ. I don't think a query would be right becuase I don't know what I am searching for.
I guess the questions remains: How do I determine the current index or current location of my array? I DO have the filename of the current file. Should I query that to get the current index of my array? Is that the easiest way to do it?
