Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ deleteFile
Function
deleteFile
pdal/util/FileUtils.cpp:296–299 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
294
295
296
bool deleteFile(const std::string& file)
297
{
298
return (VSIUnlink(file.c_str()) == 0) ? true : false;
299
}
300
301
302
void renameFile(const std::string& dest, const std::string& src)
Callers
15
TEST
Function · 0.85
done
Method · 0.85
cleanup
Method · 0.85
doneFile
Method · 0.85
cleanup
Method · 0.85
done
Method · 0.85
~Tempfile
Method · 0.85
TEST
Function · 0.85
TEST
Function · 0.85
TEST
Function · 0.85
TEST
Function · 0.85
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
15
TEST
Function · 0.68
TEST
Function · 0.68
TEST
Function · 0.68
TEST
Function · 0.68
TEST
Function · 0.68
TEST
Function · 0.68
TEST
Function · 0.68
TEST
Function · 0.68
TEST
Function · 0.68
TEST
Function · 0.68
TEST
Function · 0.68
TEST
Function · 0.68