14 lines
239 B
Plaintext
14 lines
239 B
Plaintext
:sig
|
|
time_t file_mtime(String file_name)
|
|
|
|
:params
|
|
file_name : name of the file
|
|
return value : Unix time stamp of the file's last modification
|
|
|
|
:desc
|
|
Retrieves the last modification date of 'file_name' as a Unix timestamp.
|
|
|
|
:see
|
|
>sys
|
|
>time
|