Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
iPhoneのファイルシステムまたはNSFilemanagerの使用が任意の文字に制限されているか、すべてが許可されています(これは、調査を行った後に現在想定していることです)。
iPhone OS は BSD から派生しています。したがって、他の Unix と同様に、個々のパス要素で禁止されている唯一の文字は '/' と明らかに '\0' です。それ以外はすべて許可されます。