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 32ad148 commit 3e06374Copy full SHA for 3e06374
+stdlib/parent.m
@@ -11,7 +11,7 @@
11
p = string(java.io.File(p).getParent());
12
else
13
% have to drop_slash on input to get expected parent path
14
- p = strip(p, "right", "/");
+ p = strip(stdlib.posix(p), "right", "/");
15
[p, ~, ~] = fileparts(p);
16
end
17
0 commit comments