MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / GetFileModTime

Function GetFileModTime

include/Functions.hpp:194–196  ·  view source on GitHub ↗

* Get file modification time (last write time) */

Source from the content-addressed store, hash-verified

192 * Get file modification time (last write time)
193 */
194RLCPP_MAYBEUNUSED RLCPPAPI inline long GetFileModTime(const std::string& fileName) { // NOLINT
195 return ::GetFileModTime(fileName.c_str());
196}
197
198/**
199 * Open URL with default system browser (if available)

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected