Class PrettyPathConverter
Object
PrettyPathConverter
Utility class for converting paths to a more user-friendly representation.
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
prettyPath
(String path) Converts a string path to either a normalized absolute-path or relative-path depending on which is prettier to the user.static String
prettyPath
(Path path) Converts a Path to either a normalized absolute-path or relative-path depending on which is prettier to the user.
-
Method Details
-
prettyPath
Converts a string path to either a normalized absolute-path or relative-path depending on which is prettier to the user. -
prettyPath
Converts a Path to either a normalized absolute-path or relative-path depending on which is prettier to the user.
-