Previous PageNext Page

7.16.1 BuildPath Method

Appends a name to an existing path.
 

Syntax

object.BuildPath(path, name)

Arguments

object
Always the name of a FileSystemObject. object. Required.
path
Existing path to which name is appended. Path can be absolute or relative and need not specify an existing folder. Required.
name
Name being appended to the existing path. Required.

Remarks

The BuildPath method inserts an additional path separator between the existing path and the name, only if necessary.
 

Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page