- Return FSEntry from `rename` and `copy` operations in VFS
to provide more information about the result. This allows
access to metadata after a successful rename or copy.
- Update `LocalVFS` and `NestedVFS` implementations to return
the appropriate FSEntry objects after successful rename and
copy operations.