Tuesday, 6 August 2013

Getting path after document folder in ios development

Getting path after document folder in ios development

I need to have the path after Document folder of my application.
Consider I have this path as a nsstring:
myapp/sandbox/Documents/a/b/c/d/e/myfile.txt
I need to have this path as a nsstring: a/b/c/d/e/myfile.txt
How can I get the path?

No comments:

Post a Comment