iOS Application Documents URL


/ Published in: Objective C
Save to your folder(s)

Use like this: [self docsUrl]


Copy this code and paste it in your HTML
  1. -(NSURL*)docsUrl{
  2. return [[[NSFileManager defaultManager] URLsForDirectory:NSDocumentDirectory inDomains:NSUserDomainMask] lastObject];
  3. }

URL: http://yasirmturk.com

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.