Created
March 3, 2015 07:15
-
-
Save MoathOthman/a2164c62ac596f81c567 to your computer and use it in GitHub Desktop.
Path to app directory in simulator on OSX Yosemite
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NSLog(@"app dir: %@",[[[NSFileManager defaultManager] URLsForDirectory:NSDocumentDirectory inDomains:NSUserDomainMask] lastObject]); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment