This method of the Path Class appends one path string to another. If necessary, a separator is inserted between the path strings.
public static String append(String stPath1, String stPath2);
Returns the string that consists of the second path appended to the first.
stPath1 | The first path. |
stPath2 | The second path, which will be appended to the first path. |