hi all, i am new to iphone programming. i want to read the content of text file which is located in subfolder of Resourse folder
Resourse Folder Structure is following
Resourse
- Folder1---->Data.txt
- Folder2---->Data.txt
- Folder3--->Folder1----->Data.txt
There are multiple file named "Data.txt". so how can i access each folder file. i know how can i read the text file. but if Resourse structure is related to above structure then how can i get the path? for example if i want to access the "Data.txt" from folder3, then how can i get the file path. Please suggest.