Community
Participate
Working Groups
if (linkTargetPath != null)
return false;
IPath containerPath = resourceGroup.getContainerFullPath();
if (containerPath == null)
String resourceName = resourceGroup.getResource();
if (resourceName == null)
if (resourceName.length() > 0) {
IPath newFolderPath = containerPath.append(resourceName);
IFile newFileHandle = createFileHandle(newFolderPath);
IFolder newFolderHandle = createFolderHandle(newFolderPath);