gpt4 book ai didi

java - Libgdx FileHandle readString() 不起作用

转载 作者:行者123 更新时间:2023-11-30 07:58:53 26 4
gpt4 key购买 nike

我创建了一个名为 useraccounts.txt 的文本文件。我想做的一切使用文件句柄类读取文件,但我总是得到这个异常

Exception in thread "LWJGL Application" com.badlogic.gdx.utils.GdxRuntimeException: Cannot open a stream to a directory: useraccounts.txt (Local)

这是我的代码:

FileHande accountsFile = Gdx.files.local("useraccounts.txt");
String text = accountsFile.readString();

感谢您的解释!

最佳答案

你确定它应该是local()实际上不是内部的吗? - 您应该注意您的文件到底保存在哪里。

您可以在此处阅读有关 FileHandle 获取的更多信息:

https://github.com/libgdx/libgdx/wiki/File-handling#obtaining-filehandles

问候,米哈尔

关于java - Libgdx FileHandle readString() 不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32238304/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com