我目前正在开发一个Windows应用程序项目。我有一个名为&#34的文件夹;文件" bin / debug中包含子文件夹,而子文件夹包含word文档文件。 当我点击并拖动"文件"文件夹,我有一个完整的C:\ Users \ Satellite \ Documents \ Visual Studio 2010 \ Projects \ WindowsExplorer_VB \ WindowsExplorer_VB \ bin \ Debug \ documents。我想要的是在bin / debug中获取文件夹的位置,以便应用程序可以在安装在不同机器上时从目录中读取。 任何帮助...
答案 0 :(得分:0)
试试这个:
Dim docPath As String = Path.Combine(My.Application.Info.DirectoryPath, "documents")