On 22 May 2008, at 01:12, Wayne Shao wrote:
How do I create a new directory in Cocoa?
e.g, ~/a/b exists and I want to create ~/a/b/c/d/file.txt. So I
need to
something equivalent to mkdir -p ~/a/b/c/d
I could only fine mkdir() in C. Is there anything in Cocoa?
NSFileManager has two methods -
createDirectoryAtPath:attributes:
createDirectoryAtPath:withIntermediateDirectories:attributes:error:
The second was introduced in 10.5
- Dave
------
David Kennedy (http://www.zenopolis.com)
_______________________________________________
Cocoa-dev mailing list ([email protected])
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]