ftime()

 
Gets the last modified time for the file in data directory.
Syntax
ftime( path )
Returns time_t since a file in the was last modified or -1 if the file does not exist.
  • path = the fully qualified path to the file
User Annotations: ftime