gpt4 book ai didi

c# - 如何在应用程序安装目录中创建文件夹

转载 作者:行者123 更新时间:2023-12-04 00:48:21 25 4
gpt4 key购买 nike

我在 c# windows 应用程序中做了一个应用程序。在此我创建了一个名为 ACHWINAPP 的项目。我已经编写了一些代码来获取我需要的路径,如下所示

strFilePath = Directory.GetCurrentDirectory();
strFilePath = Directory.GetParent(strFilePath).ToString();
strFilePath = Directory.GetParent(strFilePath).ToString();
strFilePath = strFilePath + "\\ACH\\";

但是当我为项目创 build 置并安装在目录中时,即一些 F:\我收到错误 ACH as not found 。

我需要的是当用户单击保存时,我想将文件保存在他安装我的安装文件的目录中,文件夹名称为 ACH请有任何想法..

最佳答案

你的意思是:

Application.StartupPath

可能不是您想要的...但它是您的可执行文件所在的文件夹

链接:http://msdn.microsoft.com/en-us/library/system.windows.forms.application.startuppath.aspx

关于c# - 如何在应用程序安装目录中创建文件夹,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3343206/

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