| 17 | winrt::hstring Filename(); |
| 18 | |
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected