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

Method RemoveFileIfExists

libs/platform/platform.cpp:175–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175bool Platform::RemoveFileIfExists(std::string const & filePath)
176{
177 return IsFileExistsByFullPath(filePath) ? base::DeleteFileX(filePath) : true;
178}
179
180std::string Platform::TmpPathForFile() const
181{

Callers 1

Calls 1

DeleteFileXFunction · 0.85

Tested by

no test coverage detected