public final class PathUtils
extends java.lang.Object
Path.| Modifier and Type | Method and Description |
|---|---|
static void |
deleteIfExists(java.nio.file.Path path) |
static java.lang.String |
toSystemIndependentPath(java.nio.file.Path path)
Returns a system-independent path.
|
public static void deleteIfExists(@NonNull
java.nio.file.Path path)
throws java.io.IOException
java.io.IOException@NonNull
public static java.lang.String toSystemIndependentPath(@NonNull
java.nio.file.Path path)