Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

VBScript FileSystemObject Object BuildPath Method

Appends a name to an existing path.

Syntax: VBScript FileSystemObject Object BuildPath Method

object.BuildPath(path, name)

Arguments: VBScript FileSystemObject Object BuildPath Method

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: VBScript FileSystemObject Object BuildPath Method

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

Copyright 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.