cryptomator / cryptofs

Java Filesystem Provider with integrated encryption
GNU Affero General Public License v3.0
94 stars 35 forks source link

Fallback for unsupported FileStores #84

Closed overheadhunter closed 4 years ago

overheadhunter commented 4 years ago

Some underlying file systems might not support Files.getFileStore(). In that case we should return dummy values and no longer depend on the delegate.