fuse-jna icon indicating copy to clipboard operation
fuse-jna copied to clipboard

Any support for java.nio.file.FileSystem?

Open salamanders opened this issue 9 years ago • 1 comments

Would it be easy to integrate Java 7's java.nio.file.FileSystem with net.fusejna.FuseFilesystem? Some other projects are leveraging the FileSystem standard (like https://github.com/openCage/niodav).

May be as simple as a delegating wrapping class?

salamanders avatar May 04 '15 17:05 salamanders

Pull requests welcome :)

There's a fork that has started working on that though it's over a year old now: https://github.com/pditommaso/fuse-jna/commit/a2edf5fa2b57fbff5383e34ea815be47940cedc3

EtiennePerot avatar May 05 '15 02:05 EtiennePerot