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 46774a2 commit a87d5d2Copy full SHA for a87d5d2
+stdlib/read_symlink.m
@@ -23,6 +23,6 @@
23
else
24
[ok, t] = isSymbolicLink(p);
25
if ok
26
- r = t;
+ r = stdlib.posix(t);
27
end
28
0 commit comments