I'm wondering how to get a Path through IPath ,
I have a variable of type IPath but I have a method that requires a Path , tried to cast but was unsuccessful,
I'm wondering how to get a Path through IPath ,
I have a variable of type IPath but I have a method that requires a Path , tried to cast but was unsuccessful,
So:
Path path = Paths.get(iPath.toFile().toURI());