String absolutePath = FileSystems.getDefault() .getPath(mayBeRelativePath) .normalize() .toAbsolutePath() .toString();