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.
我需要帮助才能在 iOS 上仅使用 C 来访问文档目录。
我有我的 .c 文件在应用程序包中寻找特定文件。我访问这个文件没有问题。它看起来像这样: fopen(" filename ",
不幸的是,如果我想将该文件移动到文档目录,附加“/Documents/ filename ”是行不通的。
我知道如何使用文件系统表示轻松地使用objective-c 类访问文件。但我不知道如何只在 C 中做到这一点。任何帮助将不胜感激!
谢谢!
Fopen 默认为可执行文件所在的目录,“.app/” - 在 iOS 上。
我可以通过制作当前工作目录的一个字符来访问文档目录,然后删除该字符的最后几个字符以脱离“.app/”包,然后将文档路径附加到它的末尾.