cryptomator / dokany-nio-adapter

Dokany-based adapter to provide directory contents specified by a java.nio.file.Path (via dokan-java)
GNU Affero General Public License v3.0
14 stars 4 forks source link

Delegate revealing a drive to the API consumer #47

Closed infeo closed 3 years ago

infeo commented 3 years ago

This issue documents the decision made in project https://github.com/orgs/cryptomator/projects/1 in the dokany-nio-adapter repository.

overheadhunter commented 3 years ago

Shouldn't we do some PoC for WebDAV before removing code?

infeo commented 3 years ago

That is considered as a good practice, indeed 😅 I'll revert and reopen.

infeo commented 3 years ago

Targeted Change: Refactor reveal() method to accept a path-consumer which does the acutal revealing.