Skip to main content

read-attributes*

function

babashka.fs/read-attributes*

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

No examples yet. Be the first to add one!