* Here i go through each file, and validate it.
* If its ok, I add it to the ListModel/ConfigSet
*/
for (int i = start; i < files.length; i++)
{
CGDocument doc = new CGDocument();
doc.setRoot(settings);
doc.cp_URL = (start == 0) ? files[i] : FileAccess.connectURLs(files[0], files[i]);
/* so - i check each document and if it is ok I add it.
* The failed variable is used only to calculate the place to add -