relativize
function
babashka.fs/relativize
(relativize [this other])Returns relative `Path` by comparing `this` with `other` via [Path#relativize](https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/nio/file/Path.html#relativize(java.nio.file.Path)).
Examples
No examples yet. Be the first to add one!