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

Function GetLocalDataFolder

FastCopy/CommandLine.cpp:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49static auto GetLocalDataFolder()
50{
51 static auto ret = winrt::Windows::Storage::ApplicationData::Current().LocalCacheFolder().Path() + L"\\Local";
52 std::filesystem::remove_all((ret + L"\\Microsoft").data());
53 return ret;
54}
55
56std::wstring Command::RecordFile()
57{

Callers 1

RecordFileMethod · 0.70

Calls 2

PathMethod · 0.80
dataMethod · 0.80

Tested by

no test coverage detected