aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/utime.h
blob: 1558378ec7f73cc92207022d5e87fb00b2cd409b (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);