|
I'm having trouble implementing this filesystem.... |
|
|
Be sure that what you really want to be doing is implement FileSystem. Unless you really need to access objects in a database, remote server, or some other such storage, you are probably heading in the wrong direction.
If you do need to implement a FileSystem, you should probably start with AbstractFileSystem - it handles a lot of knotty locking semantics correctly and will save you a lot of time, effort and bugs.
Source: NetBeans FAQ
Related Tips
|
Page 1 of 0 ( 0 comments )
You can share your information about this topic using the form below!
Please do not post your questions with this form! Thanks.