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 95eeca4 commit c034eedCopy full SHA for c034eed
+stdlib/private/jPosix.m
@@ -2,7 +2,8 @@
2
3
if isempty(o)
4
s = "";
5
- else
+ elseif isa(o, "java.io.File") || isa(o, "java.nio.file.Path") || ...
6
+ isa(o, "sun.nio.fs.UnixPath") || isa(o, "sun.nio.fs.WindowsPath")
7
s = o.toString();
8
end
9
0 commit comments