directory?
function
babashka.fs/directory?
(directory? [f] [f {:keys [:nofollow-links]}])Returns true if `f` is a directory, using [Files/isDirectory](https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/nio/file/Files.html#isDirectory(java.nio.file.Path,java.nio.file.LinkOption...)).
Options:
* [`:nofollow-links`](/README.md#nofollow-links)
Examples
No examples yet. Be the first to add one!