Skip to content

Commit 38771f4

Browse files
committed
doc: relativize
1 parent c1974fe commit 38771f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

+stdlib/relative_to.m

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
% * rel (1,1) string
99
%
1010
% 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-
1114

1215
function relative_to(~,~)
1316
error("buildtool mex")

0 commit comments

Comments
 (0)