Date: Thu, 22 Aug 1996 11:38:27 +0200 (IST) From: Eli Zaretskii To: djgpp-workers AT delorie DOT com Subject: utimes and LFN Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII The current version only uses the .modtime field of the input struct. Windows 95 has new functions that allow to set and get the last access date (time is ignored). Should we support these in `utime'? Currently, `stat' reports the new time fields, but `fstat' does not, and `utime' doesn't set them, so we should at least do something to make them consistent, I think.