read-link
function
babashka.fs/read-link
(read-link [path])Reads the target of a symbolic link `path` via [Files/readSymbolicLink](https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/nio/file/Files.html#readSymbolicLink(java.nio.file.Path)).
The target need not exist.
Examples
No examples yet. Be the first to add one!