Skip to content

Instantly share code, notes, and snippets.

@jebai0521
Created June 13, 2015 07:22
Show Gist options
  • Save jebai0521/69f515fa1b6acfbdde25 to your computer and use it in GitHub Desktop.
Save jebai0521/69f515fa1b6acfbdde25 to your computer and use it in GitHub Desktop.
NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory,NSUserDomainMask, YES);
NSString *documentsDirectory = [paths objectAtIndex:0];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment