获得文件路径信息C#源代码stringstr;
获得文件路径信息,C#源代码stringstr;str=Path.GetExtension(Application.ExecutablePath)+"\n";str=str+Path.GetFileNameWithoutExtension(Application.ExecutablePath)+"\n";str=str+Path.GetPathRoot(Application.ExecutablePath)+"\n";str=str+Applicati
下载地址
用户评论