| View previous topic :: View next topic |
| Author |
Message |
Gonzalo Tirapegui Medina Posted via mailing list.
|
Posted: Thu Oct 29, 2009 6:44 pm Post subject: FileChangeListener and listen to changes on Physical File System |
|
|
Hi !
I'm currently working on a code that make a Memory FileSystem (with
Netbeans API FileSystem) based on a root folder given by parameter .
When i read recursively every subdirectory (or file) under the root
folder , i assign a FileChangeListener class implementation through the
following instruction :
FileUtil.addFileChangeListener(new MyListener(), tempFile);
i understand this function listen to the PHYSICAL files and directory
changes (renaming , deleting , adding a new File) and notify to the
implementation of FileChangeListener to execute the corresponding code ,
but it doesn't work for me .... does anyone knows how to do it?
Regards , Gonzalo Tirapegui |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|
|
|