Initializing help system before first use

getftime

getftime


Purpose
Get time information of a file.
Synopsis
function getftime(filename:string|text,what:integer):real
Arguments
filename 
Name (and path) of the file
what 
Information requested. Possible values:
SYS_FTIM_ACC 
Last access
SYS_FTIM_MOD 
Last modification
Return value
The time requested as the number of seconds elapsed since 1/1/1970 at midnight or 0 in case of error.
Module