This commit is contained in:
@@ -5432,13 +5432,13 @@ namespace AyaNova.PlugIn.V8
|
||||
//is it a local file?
|
||||
if (!new Uri(doc.URL).IsFile)
|
||||
{
|
||||
NonFileUrls += (doc.Description + "(" + ImportTag + ")\n" + doc.URL + "\n");
|
||||
NonFileUrls += (doc.Description + "(" + ImportTag + ") " + doc.URL + "\n");
|
||||
continue;
|
||||
}
|
||||
//can we see it?
|
||||
if (!File.Exists(doc.URL))
|
||||
{
|
||||
NonFileUrls += (ImportTag + " - Assigned doc. file not found:\n" + doc.Description + "\n" + doc.URL + "\n");
|
||||
NonFileUrls += (ImportTag + " - Assigned doc. file not found: " + doc.Description + " " + doc.URL + "\n");
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user