mrpdaemon / encfs-java

encfs-java is a Java library for accessing data in EncFS volumes
GNU Lesser General Public License v3.0
42 stars 15 forks source link

Path connector method for EncFSFileProvider #10

Closed mrpdaemon closed 12 years ago

mrpdaemon commented 12 years ago

Instead of hardcoding "/" to connect path elements for the raw filesystem paths, we should have EncFSFileProvider supply path combination methods (similar to how File does it) so we can support file providers with non-standard path connectors. Also, EncFSLocalFileProvider should use File methods to do path combination so it works on Windows as well.

mrpdaemon commented 12 years ago

Done at c50de9fdd3a7a1b17b302715270c78237fae8865