return"<font color=\"FF0000\">The directory '"+dir.getAbsolutePath()+"' is a file or is corrupted!<font><br>";
}
if(files==null){
return"<font color=\"FF0000\"> No 'data/events' directory! <font> <BR>"+
"<font color=\"FF0000\"> UNABLE TO CREATE AN EVENT! Please create this folder. <font>";
Stringnote="";
if(!dir.exists())
{
note="<font color=\"FF0000\">The directory '"+dir.getAbsolutePath()+"' does not exist!<font><br><font color=\"0099FF\">Trying to create it now...<br><font><br>";
if(dir.mkdirs())
{
note+="<font color=\"006600\">The directory '"+dir.getAbsolutePath()+"' has been created!<font><br>";
}
else
{
note+="<font color=\"FF0000\">The directory '"+dir.getAbsolutePath()+"' hasn't been created!<font><br>";