uce/site/doc/pages/file_mtime.txt
2026-06-16 12:21:31 +00:00

17 lines
283 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
:see
>sys
>time
:content
Retrieves the last modification date of `file_name` as a Unix timestamp.
:example
print("file_mtime example\n");