MCPcopy Create free account
hub / github.com/comaps/comaps / IsFileExistsByFullPath

Method IsFileExistsByFullPath

libs/platform/platform_win.cpp:107–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107bool Platform::IsFileExistsByFullPath(std::string const & filePath)
108{
109 return ::GetFileAttributesA(filePath.c_str()) != INVALID_FILE_ATTRIBUTES;
110}
111
112// static
113void Platform::DisableBackupForFile(std::string const & filePath) {}

Callers 15

ProcessTileMethod · 0.45
mainFunction · 0.45
GetCompilerPathFunction · 0.45
LoadMethod · 0.45
GetResourceReaderMethod · 0.45
IsFileDownloadedFunction · 0.45
UNIT_CLASS_TESTFunction · 0.45
DownloadGroupFunction · 0.45

Calls

no outgoing calls

Tested by 6

GetCompilerPathFunction · 0.36
UNIT_CLASS_TESTFunction · 0.36
DownloadGroupFunction · 0.36
DeleteGroupFunction · 0.36
UNIT_TESTFunction · 0.36