Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
67
void SetFileTime( const fs::path& filename, const DateTime& t )
68
{
69
return SetFileTime( filename.string(), t ) ;
70
}
71
72
void SetFileTime( const std::string& filename, const DateTime& t )
73
{
Callers
1
Download
Method · 0.85
Calls
2
Tv
Method · 0.80
Error
Class · 0.70
Tested by
no test coverage detected