Package de.xima.fc.utils
Class XNioPathUtils
java.lang.Object
de.xima.fc.utils.XNioPathUtils
Helper functions for
Path
instances.- Since:
- 8.0.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getFileName
(Path path) Gets the file name of the given path, or empty when the path does not have any path segments.
-
Method Details
-
getFileName
Gets the file name of the given path, or empty when the path does not have any path segments.- Parameters:
path
- Path to process.- Returns:
- The file name of the given path.
-