Categories
- Code (2)
- Code Snippets (9)
- News (5)
- Objective-C (4)
- Precompiled (2)
- Tips (3)
- Tutorial (15)
- Uncategorized (1)
-
Recent Posts
Meta
-
Tag Archives: NSSearchPathForDirectoriesInDomains
Directory Paths on the iPhone and iPad
The correct way to retrieve the path of the documents directory in iOS is, according to Apple Documentation: I never seem to be able to remember this when I need it. So I wrapped this and other directory related routines … Continue reading