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.
所以我试图用 fopen 打开一个文件,它通常可以正常工作,但是对于一个文件,它认为我把它交给了一个目录,而不是一个文件。
这是我的电话:
fopen("/data/data/something/file.typ", "wb");
有谁知道为什么 fopen 会认为它正在尝试打开一个目录?错误编号/描述是否具有误导性?