[EMAIL PROTECTED] writes: > sussman 2003/07/07 15:44:11 > > Log: > New apr_file_mtime_set() API, implemented in unix and win32. > Patches from Branko Cibej (brane) and Matt Kraai <[EMAIL PROTECTED]>.
So can this API be renamed to apr_path_mtime_set()? Can it be made to work on directories as well as files? Certainly the unix utime() implementation works on any kind of inode. How about brane's win32 implementation? (In Subversion, directories are versioned objects too, so it sometimes makes sense to set working-copy directories' timestamps to their last-committed-time, just like working files.)
