tags:

views:

34

answers:

1

Hi,

i have implement a ResourceChangeListener and catch the save event. Now i want to add some code to the File. How i can do that?? I try to use BufferedReader/BufferedWriter but than the i must refresh the file. If i try it with IFile.refreshlocal() i got an error that the file is lock?

+1  A: 
VonC