Syntax
filesystemobject.BuildPath(path, name)
path -- String representing existing path
name -- Name being appended to existing path
The BuildPath() method is used to append a name to an existing path.
A separator is inserted between the existing path and the appended name if necessary.
Append "/newstuff" to the existing path: "c:/tmp"