Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ FileGetModifiedTime
Function
FileGetModifiedTime
src/openrct2/platform/Platform.Android.cpp:484–487 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
482
}
483
484
time_t FileGetModifiedTime(u8string_view path)
485
{
486
return static_cast<time_t>(GetLastModified(path));
487
}
488
} // namespace OpenRCT2::Platform
489
490
/**
Callers
nothing calls this directly
Calls
1
GetLastModified
Function · 0.70
Tested by
no test coverage detected