public class Util extends Object
Constructor and Description |
---|
Util() |
Modifier and Type | Method and Description |
---|---|
static String |
concatPath(String prefix,
String name)
Concatenate a path with a name.
|
static String |
normalPath(String path)
Convert a path string to "normal" form.
|
public static String concatPath(String prefix, String name)
prefix
- the prefix path.name
- the name to add to the path with a preceding separator.Copyright © 2014-2016 Regents University of California. All Rights Reserved.