Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-dev] Deleting and moving resources

Hi,
 
I try to delete programaticaly some resources at once and the Workspace agreed for only some of them and I get this error :
org.eclipse.core.internal.resources.ResourceException: Problems encountered while deleting resources.
 
for this kind of code :
myPlugin.getWorkspace().delete(resources, true, null);
 
And I really don't understand why ... If someone has an explanation don't hesitate tell me
 
Thanks and Regards,
 
Cedric

Back to the top