Skip to content

Commit ccaca71

Browse files
committed
doc
1 parent 16ed8f5 commit ccaca71

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

+stdlib/+fileio/absolute_path.m

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
% UNC path is not canonicalized
2121
return
2222
end
23+
24+
% similar benchmark time as java method
25+
% REQUIRES path to exist, while java method does not.
26+
% abspath = builtin('_canonicalizepath', abspath);
27+
2328
try
2429
abspath = string(java.io.File(abspath).getCanonicalPath());
2530
catch excp

0 commit comments

Comments
 (0)