NET打开文件夹
-
VB6与VB.NET如何快速打开文件夹?
VB.NET 方法(推荐)使用 .NET Framework 的 Process.Start() 方法是最安全高效的方式,方法1:直接打开目标文件夹Imports System.Diagnostics' 示例:打开D盘的Test文件夹Process.Start("explorer.exe&qu……
VB.NET 方法(推荐)使用 .NET Framework 的 Process.Start() 方法是最安全高效的方式,方法1:直接打开目标文件夹Imports System.Diagnostics' 示例:打开D盘的Test文件夹Process.Start("explorer.exe&qu……