I need options for API's that handle file systems. I know Dokan, do you know others?
+1
A:
Dokan is the only free one for Windows that I know of, and it works quite well. I have written a filesystem that is backed by an SQL database, just for fun.
As for commercial products, I came across this when I was looking for a solution, but I cannot comment on it since I never actually got to try it out.
http://www.eldos.com/cbfs/
Chris Taylor
2010-04-27 19:43:49
+1
A:
If you can use the JDK7 betas you can take advantage of the new java.nio.file APIs there: http://java.sun.com/developer/technicalArticles/javase/nio/
Eric
2010-05-01 14:01:45
Well, it is tagged C#.
Chris Dennett
2010-05-01 23:00:57
... *and* Java.
BalusC
2010-05-01 23:23:40
Erk, didn't see that, sorry. Indeed, the JDK7 file API is far more extensive than the traditional API. Cheers for the link, Eric.
Chris Dennett
2010-05-02 02:31:13
+1
A:
We find this solution:
This page shows an implementation in Java for the Dokan called Jdokan
Andersson Melo
2010-06-08 16:59:15