Reputation: 15402
I need to create programmatically a folder named MY_FOLDER in the 'folder /Library/Application Support'. Somebody knows how to do this ?
Thanks !!
Upvotes: 1
Views: 1304
Reputation: 44633
Have you looked at NSFileManager
? Especially, createDirectoryAtPath:withIntermediateDirectories:attributes:error
.
Upvotes: 4