获取路径结束后进行路径的截取,分两次,然后拼接文件名,形成路径
string rootpath = Application.StartupPath.Substring(0, Application.StartupPath.LastIndexOf("\\"));
rootpath = rootpath.Substring(0, rootpath.LastIndexOf("\\"))+"\\文件名";
这个目录就是你运行的项目所在的目录啊,包括你需要的资源文件都在那,你要sln的目录干嘛!?
项目在那个目录下啊