.\" Generated by the Allegro makedoc utility .TH file_time 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME file_time \- Returns the modification time of a file. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B time_t file_time(const char *filename); .SH DESCRIPTION Returns the modification time (number of seconds since 00:00:00 GMT 1/1/1970) of a file. If the file does not exist or an error occurs, it will return zero and store the system error code in errno. .SH SEE ALSO .BR file_exists (3alleg4), .BR file_size_ex (3alleg4)