Modifier and Type | Method and Description |
---|---|
static String |
canonical(String url)
Create a canonical path that does not contain parent directories, current directories, or
superfluous directory separators.
|
static String |
relative(String startPath,
String targetPath)
Create a path to targetPath that's relative to the given startPath.
|