Returns the file creation timestamp for a given file.
function GetInternetFormattedFileTimeStamp(AFile: String): String;
Parameters
AFile: String
Name of the file to use for the file creation timestamp.
Returns
String - File creation timestamp in Internet format.
Description
GetInternetFormattedFileTimeStamp is a String function that returns the file creation date for the file name specified in AFile. GetInternetFormattedFileTimeStamp returns a string formatted in the following layout:
Sun, 8 Jul 2001 01:02:03 -0500
Note: GetInternetFormattedFileTimeStamp is defined for the Windows platform only.