Skip to content

Commit 36b749c

Browse files
committed
doc
1 parent 6d55077 commit 36b749c

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

+stdlib/+dotnet/disk_available.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
function i = disk_available(file)
44

55
i = uint64.empty;
6+
% Windows needs exists() not just strempty()
67
if ~stdlib.exists(file)
78
return
89
end

+stdlib/+dotnet/disk_capacity.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
function i = disk_capacity(file)
44

55
i = uint64.empty;
6+
% Windows needs exists() not just strempty()
67
if ~stdlib.exists(file)
78
return
89
end

+stdlib/+dotnet/filesystem_type.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55

66
t = '';
7+
% Windows needs exists() not just strempty()
78
if ~stdlib.exists(file)
89
return
910
end

0 commit comments

Comments
 (0)