How can I get url path for a particular directory inside Document Directory.
like Document/Art/
Document/Art/
My code
- (NSURL *)localRoot {
Application.StartupPath;
is used to find your path where your application is being started, if that is what you mean.