Microsoft Scripting Runtime
FileSystemObject Object : BuildPath Method
Existing path to which name is appended. Path can be absolute or relative and need not specify an existing folder.
Name being appended to the existing path.
BuildPath Method
Description
Generate a path from an existing path and a name
Syntax
Visual Basic
Public Function BuildPath( _
   ByVal Path As String, _
   ByVal Name As String _
) As String
Parameters
Path
Existing path to which name is appended. Path can be absolute or relative and need not specify an existing folder.
Name
Name being appended to the existing path.
See Also