System.IO.IOException:共享路径冲突
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了System.IO.IOException:共享路径冲突相关的知识,希望对你有一定的参考价值。
我收到以下共享冲突:
System.IO.IOException: 'Sharing violation on path /data/user/0/android_game.android_game/files/GameSave.txt'
[使用Visual Studio尝试以下代码以在Environment.SpecialFolder.Personal目录中写入/读取文件时
string FilePath = Environment.GetFolderPath(Environment.SpecialFolder.Personal);
FilePath = Path.Combine(FilePath, "GameSave.txt");
StreamWriter savefile = new StreamWriter(FilePath, true);
savefile.WriteLine("test");
StreamReader sr = new StreamReader(FilePath);
Console.WriteLine(sr.ReadLine());
sr.Close();
对于上下文,我只需要一个游戏的基本文本保存文件,就不会与其他应用共享。谢谢您的任何帮助。
答案
找到此线程后找到了它:Sharing violation IOException while reading and writing to file C#
以上是关于System.IO.IOException:共享路径冲突的主要内容,如果未能解决你的问题,请参考以下文章
System.IO.IOException:由于意外 > 数据包格式,握手失败?
System.IO.IOException: '该进程无法访问该文件,因为它正被另一个进程使用
从 Git 本地部署到 Azure System.IO.IOException: 磁盘空间不足
System.IO.IOException:当该文件已存在时无法创建该文件。即使在删除现有文件之后
ZipFile.CreateFromDirectory 抛出 System.IO.IOException :该进程无法访问文件 X,因为它正在被另一个进程使用
fiddler手机抓包遇到的问题-SecureClientPipeDirect failed: System.IO.IOException