MCPcopy Create free account
hub / github.com/StrongPC123/Far-Cry-1-Source-Full / RCPathFileExists

Function RCPathFileExists

ResourceCompiler/ResourceCompiler.cpp:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33// Determines whether a path to a file system object such as a file or directory is valid
34
35BOOL RCPathFileExists (const char* szPath)
36{
37 DWORD dwAttr = GetFileAttributes (szPath);
38 return (dwAttr != 0xFFFFFFFF);
39}
40
41
42//////////////////////////////////////////////////////////////////////////

Callers 1

CompileFileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected