fivenine-zurich/UnifiedStorage

Documentation

Opened this issue · 2 comments

Some form of documentation would be helpful.

The usual methods from the PCLStorage library do not work in this.

I stand corrected, I have worked it out:

            var filesystem = new FileSystem();
            var rootFolder = filesystem.LocalStorage;
            var folder = rootFolder.CreateDirectoryAsync("myfolder", CollisionOption.OpenIfExists);

We currently do not actively maintain this project. I added the help wanted label, if you want to provide a PR with some documentation, we are happy to take a look.