Skip to content

add several functions, distinguish canonical from resolve, bugfixes

Compare
Choose a tag to compare
@scivision scivision released this 29 Feb 01:08
· 247 commits to main since this release
df3c02a

add function fileio.{parent,stem,filename,suffix,join}

distinguish function fileio.canonical() which returns relative path if not exist from fileio.resolve() that always returns absolute path--if not exist, absolute based on cwd.

expanduser: ignore inputs like ~abc

subprocess_run: correct high level interface nargout and improve test

absolute("") = ""

Internals use posix filesep "/" throughout

Test: shortname: test with Matlab exe so it's always present (vs. notepad)