From 577417c8d04617482bf9791f35d711fec36df897 Mon Sep 17 00:00:00 2001 From: scivision Date: Wed, 26 Jun 2024 12:58:48 -0400 Subject: [PATCH] stem: posix style --- +stdlib/+fileio/stem.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/+stdlib/+fileio/stem.m b/+stdlib/+fileio/stem.m index 50986f2..35c06e4 100644 --- a/+stdlib/+fileio/stem.m +++ b/+stdlib/+fileio/stem.m @@ -4,6 +4,6 @@ path string end -[~, p] = fileparts(path); +[~, p] = stdlib.fileio.posix(fileparts(path)); end \ No newline at end of file