سؤال

I want to show only a particular folder inside my app's Documents directory when seen in iTunes.

All the other folders and my database, which are inside my app's Documents directory should be hidden from the user when he tries file sharing in my app in iTunes.

How can I do so?

هل كانت مفيدة؟

المحلول

Make your other folders or files hidden by prefixing their name with a . which is the unix standard for hiding files.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top