| Modifier and Type | Method and Description |
|---|---|
static Path |
get(String first,
String... more)
Implementation of the
Paths.get(String, String...) method that
handles weird platform-dependent behaviour. |
public static Path get(String first, String... more)
Paths.get(String, String...) method that
handles weird platform-dependent behaviour.first - the path string or initial part of the path stringmore - additional parts that should be joined to form the path
stringPath based on the supplied components