utimes
extern int utimes(const char *path, const struct timeval times[2]);
return utimes(path, times);
return utimes(fullPath, times);
FATAL_IF_POSIX_ERROR(utimes(absolutePath, NULL),