Community
Participate
Working Groups
}
if (destination.getType() == IResource.FOLDER) {
((IFolder)destination).create(updateFlags, true, null);
CoreFileSystemLibrary.copyAttributes(source.getLocation().toOSString(), destination.getLocation().toOSString(), false);
return true;
// XXX: should use transfer streams in order to report better progress