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

Class Recorder

FastCopyShellExtension/Recorder.h:6–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4class ShellItem;
5
6class Recorder
7{
8public:
9 Recorder(CopyOperation op);
10 Recorder& operator<<(ShellItem& item);
11 ~Recorder();
12 static bool HasRecord();
13private:
14 FILE* m_fs;
15
16 /**
17 * Return the file name of the record file
18 * @example "C:\Users\Peter\AppData\Local\Temp\FastCopy\C2023-4-13-23:32:01"
19 */
20 static std::wstring GetRecordFilePath(CopyOperation op);
21
22};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected