1 2 3 4 5 6
#pragma once #include "defaults.h" int TouchFile(const char* filePath); int SetModTime(const char* filePath, time_t modtime, time_t actime);