We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3cdb19 commit 1f7b6e9Copy full SHA for 1f7b6e9
Readme.adoc
@@ -1128,7 +1128,7 @@ os.readLink(wd / "misc" / "broken-abs-symlink") ==> os.root / "doesnt" / "exist"
1128
----
1129
1130
Note that symbolic links can be either absolute ``os.Path``s or relative
1131
-``os.RelPath``s, represented by `os.FilePath`. You can also use `os.readLink.all`
+``os.RelPath``s, represented by `os.FilePath`. You can also use `os.readLink.absolute`
1132
to automatically resolve relative symbolic links to their absolute destination:
1133
1134
[source,scala]
0 commit comments