MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / cf_CopyFileTime

Function cf_CopyFileTime

cfile/cfile.cpp:875–877  ·  view source on GitHub ↗

Copies the file time from one file to another

Source from the content-addressed store, hash-verified

873
874// Copies the file time from one file to another
875void cf_CopyFileTime(const std::filesystem::path &dest, const std::filesystem::path &src) {
876 ddio_CopyFileTime(dest, src);
877}
878
879// Changes a files attributes (ie read/write only)
880void cf_ChangeFileAttributes(const char *name, int attr) {

Callers 1

cf_CopyFileFunction · 0.85

Calls 1

ddio_CopyFileTimeFunction · 0.50

Tested by

no test coverage detected