-1
Explanation of the scenario:
Read the contents of various extension files .txt
and save the strings
of each file separately in one NSArray
, in this case, in each index of the array.
Obstacle: - There are more than 60 different files, although the text is small. - Have different names Ex.: descDeVassoura.txt, descLampada.txt.
NOTE: I already got a method to read the files and store in a string
. But the problem is to read several files at once, and have control in the ordering in which they are kept in the NSArray
.