vb怎么获取文件所在路径

avatar
作者
筋斗云
阅读量:0

在VB中,可以使用System.IO.Path类的GetDirectoryName方法来获取文件所在路径。示例如下:

Dim filePath As String = "C:UsersExampleDocumentssample.txt" Dim directoryPath As String = System.IO.Path.GetDirectoryName(filePath)  Console.WriteLine("File path: " & filePath) Console.WriteLine("Directory path: " & directoryPath) 

上面的代码将输出以下结果:

File path: C:UsersExampleDocumentssample.txt Directory path: C:UsersExampleDocuments 

这样就可以获取到文件所在的路径。

    广告一刻

    为您即时展示最新活动产品广告消息,让您随时掌握产品活动新动态!