strconcat

形式:

文字列変数 <strvar> の文字列値の最後に 文字列 <string> を継ぎ足す。

例:
    filename = 'c:\teraterm\'
    strconcat filename 'test.txt'