getftime


Purpose
Get time information of a file.
Synopsis
function getftime(filename:string,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.


If you have any comments or suggestions about these pages, please send mail to docs@dashoptimization.com.