Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
302
void renameFile(const std::string& dest, const std::string& src)
303
{
304
VSIRename(src.c_str(), dest.c_str());
305
}
306
307
308
bool fileExists(const std::string& name)
Callers
1
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.68