// 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 = "24/09/2016 - 11:04am (bst)";
FileDateFound    = true;
FilePathName     = "versions/WebWindow_NextVersion.zip";