Files
herolib/lib/vfs/vfsnested
Mahmoud Emad 33150846cc feat: Add move operation and file type checks
- Add `move` operation to the VFS interface and implementations.
  This allows for moving files and directories within the VFS.
- Add `is_dir`, `is_file`, and `is_symlink` methods to the
  `FSEntry` interface and implementations.  This allows for
  robust file type checking before performing operations.
2025-02-19 12:10:52 +02:00
..
2025-02-16 14:04:17 +00:00

VFS Overlay

This virtual filesystem combines multiple other VFS'es