if (!isFullPath) {
rootPath = EnvironmentPathUtils.getLocalPath(rootPath);
}
if (rootPath.isPrefixOf(path)
&& !Util.isExcluded(path, root.fullInclusionPatternChars(),
root.fullExclusionPatternChars(), false)) {
IPath localPath = path.setDevice(null).removeFirstSegments(
rootPath.segmentCount());
if (localPath.segmentCount() >= 1) {
final IScriptFolder folder;
if (localPath.segmentCount() > 1) {