Project - SDFileSystem Class to manage SD Card using Premium library

SDFileSystem Class to manage SD Card using Premium library

This static class manage and SD Card and ensure consistent Read/Write concurrency using a singleton object.
As the volume of files and access flow is not important in my case, i decided to Mount and Unmount in each Read or Write operation. If you need more velocitiy, you can render the Mount and Unmount function public and manage it yourself (and comment the call in the Read and Write methods).

Thanks for sharing

You’re welcome !

Any critical point of view or evolution idea will also be welcome…