| 19 | winrt::Windows::Foundation::DateTime CreateTime() { return m_fileTime.CreateTime(); } |
| 20 | winrt::Windows::Foundation::DateTime LastAccessTime() { return m_fileTime.LastAccessTime(); } |
| 21 | winrt::Windows::Foundation::DateTime LastWriteTime() { return m_fileTime.LastWriteTime(); } |
| 22 | |
| 23 | uint64_t Bytes(); |
| 24 | bool Selected() { return m_selected; } |
nothing calls this directly
no outgoing calls
no test coverage detected