MCPcopy Create free account
hub / github.com/cxasm/notepad-- / AddFile

Method AddFile

src/dectfilechanges.cpp:44–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void DectFileChanges::AddFile(LPCTSTR szFile, DWORD dwNotifyFilter)
45{
46 _szFile = szFile;
47 _dwNotifyFilter = dwNotifyFilter;
48 ::GetFileAttributesEx(szFile, GetFileExInfoStandard, &_lastFileInfo);
49}
50
51
52void DectFileChanges::Terminate()

Callers 1

tailfileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected