isSameFile is from java.nio.file.Files and Path.equals is from java.nio.file.Path
isSameFile --> Tests if two paths locate the same file.
ie) checks two Path objects are for the same file
equals --> Tests this path for equality with the given object.