Skip to content

0.19.1

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Feb 20:07
· 156 commits to main since this release

Consistent function naming for the fileio extension:

readfile  -> fileio_read
scanfile  -> fileio_scan
writefile -> fileio_write
mkdir     -> fileio_mkdir
symlink   -> fileio_symlink
lsdir     -> fileio_ls
lsmode    -> fileio_mode

Old names still work for the sake of backward compatibility.