Introduce FileSystem.Release()
This method gets called when a writable file gets closed in the filesystem. This allows filesystems to react to changed file sizes due to writes.
Showing
Please register or sign in to comment
This method gets called when a writable file gets closed in the filesystem. This allows filesystems to react to changed file sizes due to writes.