google / modernstorage

ModernStorage is a group of libraries that provide an abstraction layer over storage on Android to simplify its interactions
https://google.github.io/modernstorage/
Apache License 2.0
1.24k stars 54 forks source link

Fully implement Okio Filesystem API #81

Open yrezgui opened 2 years ago

yrezgui commented 2 years ago

We're currently lacking support for these methods:

Other methods could improve their support (we're not verifying in list or listOrNull if the provided Path is an actual directory Uri but the priority would be first to fully implement the Okio Filesystem API, we can follow up with improvements after.