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 ace18cb commit 4bff874Copy full SHA for 4bff874
+stdlib/get_modtime.m
@@ -11,7 +11,7 @@
11
end
12
13
finf = dir(file);
14
-if isfolder(file)
+if finf.isdir
15
% find which index of the struct array has member name == '.'
16
i = find(strcmp({finf.name}, '.'), 1);
17
finf = finf(i);
0 commit comments