Found in the documentation:
-[NSFileManager createDirectoryAtPath:withIntermediateDirectories:attributes:error:]
Related Contents:
- How to print out the method name and line number and conditionally disable NSLog?
- throwing an exception in objective-c/cocoa
- How do I convert NSMutableArray to NSArray?
- Difference between objectForKey and valueForKey?
- Hidden Features of Xcode
- NSString property: copy or retain?
- What is the best way to unit test Objective-C code?
- How do you print out a stack trace to the console/log in Cocoa?
- Execute a terminal command from a Cocoa app
- What’s the Best Way to Shuffle an NSMutableArray?
- NULL vs nil in Objective-C
- What is the best way to solve an Objective-C namespace collision?
- Why are Objective-C delegates usually given the property assign instead of retain?
- NSString tokenize in Objective-C
- NSInvocation for Dummies?
- How to perform Callbacks in Objective-C
- Check whether or not the current thread is the main thread
- How do I make and use a Queue in Objective-C?
- Getting an object from an NSSet
- What exactly is a so called “Class Cluster” in Objective-C?
- How can I dynamically create a selector at runtime with Objective-C?
- Using NSPredicate to filter an NSArray based on NSDictionary keys
- How to Check if an NSDate occurs between two other NSDates
- Can a category implement a protocol in Objective C?
- How to quit cocoa app when windows close? [duplicate]
- Is there a way to specify argument position/index in NSString stringWithFormat?
- Split NSString multiple times on the same separator
- Objective-C Introspection/Reflection
- Rounding numbers in Objective-C
- How do I create a NSTimer on a background thread?
- NSPredicate case-insensitive matching on to-many relationship
- Cocoa Custom Notification Example
- Class method equivalent of -respondsToSelector:
- Unit Testing of private methods in Xcode
- Sample code for creating a NSTextField “label”?
- Is there a literal syntax for mutable collections?
- NSString indexOf in Objective-C
- Properties and Instance Variables in Objective-C
- Data doesn’t load in UITableView until I scroll
- How to read data from NSFileHandle line by line?
- How do I get first x elements of an NSArray in Cocoa?
- Determine if NSNumber is NaN
- Reverse NSString text
- Open source Objective-C projects with high quality code?
- What’s the difference between [NSNull null] and nil?
- Convert NSData bytes to NSString?
- How to Write OS X Finder plugin
- Check if an NSString is just made out of spaces
- What is meant by .delegate=self?
- Objective-C: How do you access parent properties from subclasses?