MCPcopy Create free account
hub / github.com/HO-COOH/FastCopy / GetRecordFilePath

Method GetRecordFilePath

FastCopyShellExtension/Recorder.cpp:76–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76std::wstring Recorder::GetRecordFilePath(CopyOperation op)
77{
78 auto ret = std::format(L"{}\\{}{}.txt", GetLocalDataFolder(), toFlag(op), GetTimeString());
79 //MessageBoxW(NULL, ret.data(), L"", 0);
80 return ret;
81}
82
83bool Recorder::HasRecord()
84{

Callers

nothing calls this directly

Calls 3

toFlagFunction · 0.85
GetTimeStringFunction · 0.85
GetLocalDataFolderFunction · 0.70

Tested by

no test coverage detected