我可以写入嵌入式资源文本文件吗?

发布于 2024-12-09 10:31:32 字数 100 浏览 0 评论 0原文

我坚持在资源中写入文本文件,我可以从中读取 指定的文件,但是无法写入,提示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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

雨后咖啡店 2024-12-16 10:31:32

您不能编写应用程序包,而是选择另一个位置,可能是 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文