@@ -688,11 +688,11 @@ /* FIXME: We could be more precise on some OSes */ return [OFDate dateWithTimeIntervalSince1970: s.st_atime]; } -- (OFDate *)modificationTimeOfItemAtPath: (OFString *)path +- (OFDate *)modificationDateOfItemAtPath: (OFString *)path { of_stat_t s; if (path == nil) @throw [OFInvalidArgumentException exception];