gpt4 book ai didi

c# - 如何从 C# 中的 Path.GetDirectoryName() 的返回值中删除 'file:\\'

转载 作者:IT王子 更新时间:2023-10-29 04:25:29 25 4
gpt4 key购买 nike

string path = Path.GetDirectoryName(
Assembly.GetAssembly(typeof(MyClass)).CodeBase);

输出:

文件:\d:\learning\cs\test\test.xml

什么是只返回d:\learning\cs\test\test.xml

file:\\ 当我调用 doc.Save(returnPath) 时会抛出异常,但是 doc.Load(returnPath);效果很好。谢谢。

最佳答案

string path = new Uri(Assembly.GetAssembly(typeof(MyClass)).CodeBase).LocalPath;

关于c# - 如何从 C# 中的 Path.GetDirectoryName() 的返回值中删除 'file:\\',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2947489/

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