gpt4 book ai didi

C#添加程序运行不会添加完整路径

转载 作者:太空宇宙 更新时间:2023-11-03 19:13:40 25 4
gpt4 key购买 nike

我添加到注册表运行的方式有些奇怪。

当我使用

 private static string AppPath = new Uri((System.Reflection.Assembly.GetExecutingAssembly().CodeBase)).LocalPath;

在运行注册表中设置路径它工作正常,但如果文件夹名称是“c#”,例如添加的键将在#之前被剪切所以应该是:

c:/desktop/c#/myprogram.exe但这是

c:/桌面/c

有什么问题可以帮忙解决吗?

最佳答案

我认为 Uri 转义符号存在问题。试试这个:

string AppPath = System.Reflection.Assembly.GetExecutingAssembly ().Location;

关于C#添加程序运行不会添加完整路径,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18661294/

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