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

Method Filename

FastCopy/FileInfoViewModel.cpp:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15namespace winrt::FastCopy::implementation
16{
17 winrt::hstring FileInfoViewModel::Filename()
18 {
19 return std::filesystem::path{ m_path.data()}.filename().wstring().data();
20 }
21
22
23 uint64_t FileInfoViewModel::Bytes()

Callers

nothing calls this directly

Calls 1

dataMethod · 0.80

Tested by

no test coverage detected