xoofx / zio

A cross-platform abstract/virtual filesystem framework with many built-ins filesystems for .NET
BSD 2-Clause "Simplified" License
806 stars 61 forks source link

Is there a way to save MemoryFileSystem into physical File? #69

Open JackHuang1103 opened 1 year ago

JackHuang1103 commented 1 year ago

Hi there,

I think it will be really useful if we have two more functions when we use MemoryFileSystem mode :

  1. Load data from physical file into memory when App initialize.
  2. Save data from memory into physical file when App exit.

It's a well balance between performance and data value.

Thanks, Jack