|
Shaule Sachs
|
'Microsoft Word 2016',
'doc'=>'Microsoft Word 2003',
'html'=>'HTML Version',
'odt'=>'OpenOffice Writer Version 3',
'rtf'=>'Rich Text Format'
);
?>
- Test Automation
- Microsoft Word 2016 Version
$value) {
$fileName = eval("Shaule_Sachs_-_Test_Autormation.$key");
if (file_exists($fileName)) {
echo "- $value
";
} else {
echo "- File $fileName not found.";
} ?>
|