Skip to main content

starts-with?

function

babashka.fs/starts-with?

(starts-with? [this other])
Returns `true` if path `this` starts with path `other` via [Path#startsWith](https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/nio/file/Path.html#startsWith(java.nio.file.Path)). See also: [[ends-with?]]

No examples yet. Be the first to add one!