real-path
function
babashka.fs/real-path
(real-path [f] [f {:keys [:nofollow-links]}])Converts `f` into real `Path` via [Path#toRealPath](https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/nio/file/Path.html#toRealPath(java.nio.file.LinkOption...)).
Options:
* [`:nofollow-links`](/README.md#nofollow-links)
Examples
No examples yet. Be the first to add one!