Microsoft SDK for Java

append

This method of the Path Class appends one path string to another. If necessary, a separator is inserted between the path strings.

Syntax

public static String append(String stPath1, String stPath2);

Return Value

Returns the string that consists of the second path appended to the first.

Parameters

stPath1 The first path.
stPath2 The second path, which will be appended to the first path.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.