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

Method FileInfoViewModel

FastCopy/FileInfoViewModel.h:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10 struct FileInfoViewModel : FileInfoViewModelT<FileInfoViewModel>, PropertyChangeHelper<FileInfoViewModel>
11 {
12 FileInfoViewModel(winrt::hstring path) : m_fileTime{ path }, m_path { ToBackslash(path) }
13 {
14 }
15
16 winrt::hstring Path() { return m_path; }
17 winrt::hstring Filename();

Callers

nothing calls this directly

Calls 1

ToBackslashFunction · 0.85

Tested by

no test coverage detected