Skip to main content

get-attribute

function

babashka.fs/get-attribute

(get-attribute [path attribute] [path attribute {:keys [:nofollow-links]}])
Return `attribute` for `path` via [Files/getAttribute](https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/nio/file/Files.html#getAttribute(java.nio.file.Path,java.lang.String,java.nio.file.LinkOption...)) Options: * [`:nofollow-links`](/README.md#nofollow-links)

No examples yet. Be the first to add one!