My.Computer.FileSystem.CombinePath("C:\A\B\C\D", "hoge.txt") '実行結果=C:\A\B\C\D\hoge.txt My.Computer.FileSystem.CombinePath("C:\A\B\C\D", "../../hoge.txt") '実行結果=C:\A\B\hoge.txt