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 efde73c commit 8f4d6ebCopy full SHA for 8f4d6eb
+stdlib/+java/device.m
@@ -1,6 +1,6 @@
1
function i = device(p)
2
3
opt = javaMethod("values", "java.nio.file.LinkOption");
4
-i = java.nio.file.Files.getAttribute(javaPathObject(p), "unix:dev", opt);
+i = javaMethod("getAttribute", "java.nio.file.Files", javaPathObject(p), "unix:dev", opt);
5
6
end
0 commit comments