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 6d55077 commit 36b749cCopy full SHA for 36b749c
+stdlib/+dotnet/disk_available.m
@@ -3,6 +3,7 @@
3
function i = disk_available(file)
4
5
i = uint64.empty;
6
+% Windows needs exists() not just strempty()
7
if ~stdlib.exists(file)
8
return
9
end
+stdlib/+dotnet/disk_capacity.m
function i = disk_capacity(file)
+stdlib/+dotnet/filesystem_type.m
@@ -4,6 +4,7 @@
t = '';
10
0 commit comments