MCPcopy Create free account
hub / github.com/Grive/grive / SetFileTime

Function SetFileTime

libgrive/src/util/OS.cc:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void SetFileTime( const fs::path& filename, const DateTime& t )
68{
69 return SetFileTime( filename.string(), t ) ;
70}
71
72void SetFileTime( const std::string& filename, const DateTime& t )
73{

Callers 1

DownloadMethod · 0.85

Calls 2

TvMethod · 0.80
ErrorClass · 0.70

Tested by

no test coverage detected