| [news.eclipse.platform] Re: Help with IResourceChangeListener |
Ani,
Michael
Hello
I have implmented the IResourceChangeListener to keep track of changes to resources. When a resource is renamed, how can I detect the Old name of the resource
Looks like for a name change , there are 2 entries in the ResourceDelta 1) For a IResource.DELETE 2) IResource.ADD
I cannot figure out a simple methods to get the old name of the resource, whose name has changed
Any help / references is appreciated
thanks - Ani