I just wanted to know if it\'s possible to create a subfolder in the NSDocumentDirectory and write data into that created folder, like:
I am trying to make a simple document-based cocoa application that can save and load images in pdf files.
I want to give my app, which currently simply saves out folders, the option of giving these folders file extensions (for saving packages).
I noticed that Apple started using zip archives to replace document packages (folders appearing as a single file in Finder) in the iWork applications. I\'m considering doing the same as I keep getting
I\'ve an IBAction that calls up a pa开发者_开发技巧nel. I want to invoke that action with a keyboard shortcut but I\'m at a loss on how to do it.
I\'m working on a document-based application, and I want to use a document package as my file format. To do that, it seems that the NSDocument method I need to override is