我可以写入嵌入式资源文本文件吗?
我坚持在资源中写入文本文件,我可以从中读取 指定的文件,但是无法写入,提示Stream is not writeable。 有什么办法可以解决吗?我是为我的程序构建器做的,谢谢您的建议!
im stucking with Writing to Text File in the Resource, i can read from
the specified file, but cant write, its says Stream is not writeable.
there is any way to fix it ? i do it for my program builder, thanks in advice!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您不能编写应用程序包,而是选择另一个位置,可能是 iOS 上的 Documents 目录或 OSX 中的 Application Support 目录。
在 iOS 上,资源包也是经过签名的,这是不允许写入的另一个原因。
You can not write the the application bundle, pick another location, perhaps the Documents directory on iOS or the Application Support directory in OSX.
On iOS the resource bundle is also signed, another reason writing to it is not allowed.