Version: 2.0
This method is used to append a name onto an existing path.
The format of the new path is 'existingpath\name'.
<%
dim filesys, newfullpath
set filesys=CreateObject("Scripting.FileSystemObject")
newfullpath = filesys.BuildPath(c:\inetpub\wwwroot, "images")
%>
"c:\inetpub\wwwroot\images"