Documentation
Opened this issue · 2 comments
jaymarvels commented
Some form of documentation would be helpful.
The usual methods from the PCLStorage library do not work in this.
jaymarvels commented
I stand corrected, I have worked it out:
var filesystem = new FileSystem();
var rootFolder = filesystem.LocalStorage;
var folder = rootFolder.CreateDirectoryAsync("myfolder", CollisionOption.OpenIfExists);
veryhumble commented
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.