我想我需要在这里转义特殊字符:
Process.Start(userSelectedFilePath, "\u0007" & ThisDir.Path & "\u000B" & checkedpath1 & "\u0007")
结果必须是这样的: userselecfilepath "a blackquoted path\and other folder"
我做错了什么?
谢谢你
更新
解决方案:
ControlChars.Quote & Path.Combine(ThisDir.Path, checkedpath1) & ControlChars.Quote