MCPcopy Create free account
hub / github.com/beefytech/Beef / BfpFile_GetTime_LastWrite

Function BfpFile_GetTime_LastWrite

BeefySysLib/platform/win/Platform.cpp:3346–3354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3344}
3345
3346BFP_EXPORT BfpTimeStamp BFP_CALLTYPE BfpFile_GetTime_LastWrite(const char* path)
3347{
3348 UTF16String wPath = UTF8Decode(path);
3349
3350 BfpTimeStamp lastWriteTime = 0;
3351 GetFileInfo(path, &lastWriteTime, NULL);
3352
3353 return lastWriteTime;
3354}
3355
3356BFP_EXPORT BfpFileAttributes BFP_CALLTYPE BfpFile_GetAttributes(const char* path, BfpFileResult* outResult)
3357{

Callers 5

LoadDXShaderFunction · 0.70
LoadMethod · 0.50
UpdateRevisedTypesMethod · 0.50
AddFileRebuildMethod · 0.50
ExecuteMethod · 0.50

Calls 1

GetFileInfoFunction · 0.85

Tested by

no test coverage detected