aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/utime.h
blob: 0afc61719fd721b347bc3ee0ab44ab31f6ffbed6 (plain) (blame)
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);