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