// js_FileDate.php
// By Mark A. Agius, (c) 16/10/2011 - 10:00pm bst
// Get and return the date a file was last saved.
// Syntax:
//
// FileUploadedDate = the date of the file if found.
FileUploadedDate = "File not found.";
FileDateFound = false;
FilePathName = undefined; // Reset value to 'undefined', as value may be set when calling script with a valid file.
FileUploadedDate = "3/10/2017 - 10:22pm (bst)";
FileDateFound = true;
FilePathName = "versions/WebWindowExeFiles.zip";