I registered my app to associate some filetypes. so when the file comes in the mail attachment, I use my app to open the file. My app will automatically create a "Inbox" folder inside my Documents folder, and save the file in "Inbox". This Inbox is special, because it prevents me to create a folder or move a file into it by program.

Question comes to me is:

  1. What is the special for the "Inbox"? Can I change some setting, and it will allow me to create a subfolder inside?

  2. What is normal solution for this?

Thanks

Cullen

link|improve this question

79% accept rate
feedback

1 Answer

up vote 0 down vote accepted

Inbox is just a link to your email stuff. You should copy the files from there to your documents directory withNSFileManager.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.