iPhone:文件系统中的无效字符
iPhone的文件系统或NSFilemanager的使用是否限制为任何字符或是否允许一切(这是我在做了一些研究后目前的假设)。
is the iPhone's filesystem or the use of NSFilemanager restricted to any characters or is everything allowed (this is what I'm currently assuming after doing some research).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
iPhone OS 源自 BSD。因此,与其他 Unix 一样,单个路径元素中唯一禁止使用的字符是“/”,显然还有“\0”。其他一切都是允许的。
iPhone OS is derived from BSD. Thus as in other Unix'es the only characters forbidden in individual path elements are '/' and obviously '\0'. Everything else is allowed.