2.4.15
Changed
Fixed
- Fixed
MemoryFS.move
andMemoryFS.movedir
not updating the name of moved
resources, causingMemoryFS.scandir
to use the old name.
(#510).
Closes #509. - Make
WrapFS.move
andWrapFS.movedir
use the delegate FS methods instead
offs.move
functions, which was causing optimized implementation of
movedir
to be always skipped.
(#511).