Next: , Previous: , Up: AutoGen Scheme Functions   [Contents][Index]


3.4.34 max-file-time - get the maximum input file modification time

Usage: (max-file-time)
returns the time stamp of the most recently modified sourc file as the number of seconds since the epoch. If any input is dynamic (a shell command), then it will be the current time.

This Scheme function takes no arguments.