Files.exists
Look in the Files
class for the static methods exists()
and notExists()
. Both take a Path
.
I guess they decided it made more sense as a static rather than instance method.
Files.exists
Look in the Files
class for the static methods exists()
and notExists()
. Both take a Path
.
I guess they decided it made more sense as a static rather than instance method.