We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1974fe commit 38771f4Copy full SHA for 38771f4
+stdlib/relative_to.m
@@ -8,6 +8,9 @@
8
% * rel (1,1) string
9
%
10
% This function is written in C++ using STL <filesystem>
11
+%
12
+% Note: Java Path.relativize has an algorithm so different that we choose not to use it.
13
+% https://docs.oracle.com/javase/8/docs/api/java/nio/file/Path.html#relativize-java.nio.file.Path-
14
15
function relative_to(~,~)
16
error("buildtool mex")
0 commit comments