Skip to content

Commit

Permalink
stem: posix style
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Jun 26, 2024
1 parent fbd8994 commit 577417c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion +stdlib/+fileio/stem.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
path string
end

[~, p] = fileparts(path);
[~, p] = stdlib.fileio.posix(fileparts(path));

end

0 comments on commit 577417c

Please sign in to comment.