私はここで特別な文字をエスケープする必要があると思います:
Process.Start(userSelectedFilePath, "\u0007" & ThisDir.Path & "\u000B" & checkedpath1 & "\u0007")
結果は次のようになる必要があります:userselecfilepath "blackquoted path \ and other folder"
私が間違っているのは何ですか?
ありがとうございました
アップデート
解決:
ControlChars.Quote & Path.Combine(ThisDir.Path, checkedpath1) & ControlChars.Quote