8.10.1 BuildPath Method

Appends a name to an existing path.
Syntax
object.BuildPath(path, name)
Arguments
- object
- Always the name of a FileSystemObject. Required.
- path
- The existing path to which name is appended. Path can be absolute or relative and need not specify an existing folder. Required.
- name
- The name being appended to the existing path. Required.
Remarks
The BuildPath method inserts an additional path separator between the existing path and the name if necessary.
Copyright © 2000 Chili!Soft
|