Forum Discussion
Oferv
15 years agoSuper Contributor
I managed to get a folder a created with many files(xml,gif,js and more) and one of them is html.is that what should be created?
any way when i open the html file using IE i cant see the effect of the code I've added that should paint the log's rows
if (aqFile["Exists"](InstallationPath + DDT["CurrentDriver"]["Value"]("File Name")))
{
Log["AppendFolder"]("File " + DDT["CurrentDriver"]["Value"]("File Name") + " exists under " + InstallationPath, "<html><body><p><b style=\"color : green\">PASS</b></p></body></html>");
//Log["Message"]("File " + DDT["CurrentDriver"]["Value"]("File Name") + " exists under " + InstallationPath)
}
else
Log["Message"]("File " + DDT["CurrentDriver"]["Value"]("File Name") + " does not exist under " + InstallationPath, "<html><body><p><b style=\"color : red\">FAIL</b></p></body></html>");
any way when i open the html file using IE i cant see the effect of the code I've added that should paint the log's rows
if (aqFile["Exists"](InstallationPath + DDT["CurrentDriver"]["Value"]("File Name")))
{
Log["AppendFolder"]("File " + DDT["CurrentDriver"]["Value"]("File Name") + " exists under " + InstallationPath, "<html><body><p><b style=\"color : green\">PASS</b></p></body></html>");
//Log["Message"]("File " + DDT["CurrentDriver"]["Value"]("File Name") + " exists under " + InstallationPath)
}
else
Log["Message"]("File " + DDT["CurrentDriver"]["Value"]("File Name") + " does not exist under " + InstallationPath, "<html><body><p><b style=\"color : red\">FAIL</b></p></body></html>");