matchedFolders.add(matchedFolder);
}
}
if ((matchedFolders == null) || (matchedFolders.size() == 0))
{
throw new FolderNotFoundException("Cannot find folder" + folderName + " in " + folder.getPath());
}
// match recursively over matched folders
path = path.substring(separatorIndex);
Iterator matchedFoldersIter = matchedFolders.iterator();