Created filetime() function to return modification time of open file descriptor
(used to be handled by DOS-specific getftime function). Changed return type of fdate from long to time_t. Switched Win32 build to use POSIX stat/fstat functions instead of _stat/_fstat.
Please register or sign in to comment