fileTimeModified
fileTimeModified(t_filename) =>x_time/ nil
Description
Gets the time a given file was last modified.
The return value is an internal, numeric, representation of the time the named file was last modified (for example, the number of seconds from January 1, 1970). The number, which is system-dependent, is derived from the underlying operating system. It can be affected by system environment variables and local machine setting based on the timezone. For more information on time-related settings, refer to the documentation of the operating system.
The return value is an internal, numeric, representation of the time the named file was last modified (for example, the number of seconds from January 1, 1970). The number, which is system-dependent, is derived from the underlying operating system.
Arguments
Value Returned
Examples
fileTimeModified( "~/.cshrc" )
=> 787435470
Related Topics
Return to top