Skip to main content

same-file?

function

babashka.fs/same-file?

(same-file? [this other])
Returns `true` if `this` is the same file as `other` via [Files/isSamefile](https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/nio/file/Files.html#isSameFile(java.nio.file.Path,java.nio.file.Path)).

No examples yet. Be the first to add one!