i am doing a project in school. my program is reading text files from the data file.
in the moment it is reading only one. and it shows the result line by line as rects...
i would like to read all the txt files(in the moment i have 5 in this data file) after the other in my program that the visuals can going on without stopping.
read no 1 - show visuals
read no 2 - show visual
....
the part with the visuals is done.
i just dont know how i get all the txt files into the program.