MCPcopy Create free account
hub / github.com/PDAL/PDAL / renameFile

Function renameFile

pdal/util/FileUtils.cpp:302–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300
301
302void renameFile(const std::string& dest, const std::string& src)
303{
304 VSIRename(src.c_str(), dest.c_str());
305}
306
307
308bool fileExists(const std::string& name)

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68