MCPcopy Create free account
hub / github.com/NPP-JSONViewer/JSON-Viewer / Copy

Method Copy

src/UtilityLib/Utility.cpp:147–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147bool CUtility::Copy(const std::wstring& srcFile, const std::wstring& dstFile)
148{
149 bool r = std::filesystem::copy_file(srcFile, dstFile);
150 return r;
151}
152
153auto CUtility::GetFileName(const std::wstring& fullPath, bool withExtension) -> std::wstring
154{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected