Skip to main content

owner

function

babashka.fs/owner

(owner [f] [f {:keys [:nofollow-links]}])
Returns the owner of file `f` via [Files/getOwner](https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/nio/file/Files.html#getOwner(java.nio.file.Path,java.nio.file.LinkOption...)). Call `str` on return value to get the owner name as a string. Options: * [`:nofollow-links`](/README.md#nofollow-links)

No examples yet. Be the first to add one!