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

 

JScript FileSystemObject Object BuildPath Method

Appends a name to an existing path.

Syntax: JScript FileSystemObject Object BuildPath Method

object.BuildPath(path, name)

Arguments: JScript FileSystemObject Object BuildPath Method

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

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

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