Met Buildpath
# ASP BuildPath Method
* * Complete FileSystemObject Object Reference Manual](#)
* * *
The BuildPath method adds a name to an existing path.
### Syntax
FileSystemObject.BuildPath(path,name)
| Parameter | Description |
| --- | --- |
| path | Required. The path to which the name is to be appended. |
| name | Required. The name to append to the path. |
### Example
Output:
c:mydocumentstest
* * Complete FileSystemObject Object Reference Manual](#)
YouTip