MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / GetMTime

Method GetMTime

src/FileObject.cpp:206–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206FILETIME FileObject::GetMTime() const {
207 return m_mtime;
208}
209
210FILETIME FileObject::GetATime() const {
211 return m_atime;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected