gpt4 book ai didi

vb.net - 如何在我的 WinForm 应用程序项目中获取目录的路径

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

我在 .net 中的 winform 项目中有一个名为 reports 的目录。我的项目名称是 AccountingReports,其中存在目录报告。所以我需要通过代码访问这条路径的方法。在 Asp.net 中,我们使用 Request.PhysicalApplicationPath 属性。那么是否存在任何方法或属性可以为我提供项目的根

最佳答案

您可以使用:

Directory.GetCurrentDirectory

Gets the current working directory of the application.



然后,您可以使用以下内容附加“报告”:

Path.Combine(string, string) :
Dim reportsFolder As String
reportsFolder = Path.Combine(Directory.GetCurrentDirectory(), "Reports")

关于vb.net - 如何在我的 WinForm 应用程序项目中获取目录的路径,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2996246/

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