A
/ \ _ Play Now Nemesis on
| | | | _______ _ _ _______ _______ _ _______
| |\ | | | ____| | \ / | | ____| / ____| | | / ____|
/-------/-------------------------------------------------------------------,
O= Home <=XX| About News Pics Adventurers Wizards Download Connect >
\-------\-------------------------------------------------------------------'
| | \ | | |____ | | | | | |____ ___ \ \ | | ___ \ \
| | \_| |_______| |_| |_| |_______| |_______/ |_| |_______/
\ /
V
Documentation Area
Document Path: /doc/efun/file_date
Name: file_date - get the modification time of a file
Syntax:
int file_date(string file)
Description:
The file_date efun gets the modification time of a file.
Return value:
It returns the modification time in seconds since 1970 (like the
time efun). Date -1 indicates that the file either does not exist
or that it is not readable by you.
Examples:
int fdate;
fdate=file_date("/NEWS");
See also:
This page was generated in LPC
Imprint / Impressum