Support for is/fs.
This release adds support for the standard Go package io/fs
.
Any instance of a VFS van no be mapped to such a filesystem access interface with
vfs.AsIoFS(fs FileSystem) fs.ReadDirFS
.
Additionally some fixes are included:
- fix
vfs.Exists
catching underlying NotExist error correctly. - fix
vfs.WlkFS